From deb90a113acac4d3fa81015a123a74286984bfa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Jul 2022 00:56:52 +0000 Subject: [PATCH] Create release 0.2.27 --- 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 21a71fa..22177a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api" -version = "0.2.18" +version = "0.2.27" dependencies = [ "qbittorrent-web-api-gen", "reqwest", @@ -557,7 +557,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api-gen" -version = "0.2.18" +version = "0.2.27" dependencies = [ "anyhow", "case", diff --git a/Cargo.toml b/Cargo.toml index 2963808..a1806af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.2.18" +version = "0.2.27" edition = "2021" license-file = "LICENSE" keywords = ["qbittorrent"] @@ -10,7 +10,7 @@ description = "Auto generated 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.2.18" } +qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.2.27" } 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 f72df19..ece8bab 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.2.18" +version = "0.2.27" edition = "2021" license-file = "../LICENSE" keywords = ["qbittorrent"]