From 99cbb0343f1bb93e51059c1c3940cd6dda6005fc Mon Sep 17 00:00:00 2001 From: jowax Date: Mon, 8 Aug 2022 18:19:13 +0000 Subject: [PATCH] Create release 0.6.3 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- qbittorrent-web-api-gen/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95435e4..4168ef7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,7 +591,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api" -version = "0.6.2" +version = "0.6.3" dependencies = [ "qbittorrent-web-api-gen", "reqwest", @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api-gen" -version = "0.6.2" +version = "0.6.3" dependencies = [ "anyhow", "case", diff --git a/Cargo.toml b/Cargo.toml index 4fb90d2..5555cc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "MIT" keywords = ["qbittorrent"] @@ -10,7 +10,7 @@ description = "Generated web api for qBittorrent" [dependencies] reqwest = { version = "0.11.11", features = ["json", "multipart"] } tokio = { version = "1.19.2", features = ["full"] } -qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.6.2" } +qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.6.3" } serde = { version = "1.0.138", features = ["derive"] } serde_json = "1.0.82" serde_repr = "0.1.9" diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index cb7aa20..189492f 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api-gen" -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "MIT" keywords = ["qbittorrent"]