From 7bea7fe1295047cf6f87db74196ad12d7c440b5e Mon Sep 17 00:00:00 2001 From: JoelWachsler Date: Tue, 12 Jul 2022 21:11:51 +0000 Subject: [PATCH] Create release 0.3.2 --- 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 3f05a0f..f5b9100 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api" -version = "0.3.0" +version = "0.3.2" dependencies = [ "qbittorrent-web-api-gen", "reqwest", @@ -557,7 +557,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api-gen" -version = "0.3.0" +version = "0.3.2" dependencies = [ "anyhow", "case", diff --git a/Cargo.toml b/Cargo.toml index 6c8e82c..70ce1b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.3.0" +version = "0.3.2" edition = "2021" license = "MIT" keywords = ["qbittorrent", "torrent", "torrent-client"] @@ -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.3.0" } +qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.3.2" } serde = { version = "1.0.138", features = ["derive"] } serde_json = "1.0.82" thiserror = "1.0.31" diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index fc854bb..c0fd57f 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.3.0" +version = "0.3.2" edition = "2021" license = "MIT" keywords = ["qbittorrent"]