From 12461132ed0ef80cdb3378610941bf30e9cae392 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 Jul 2022 21:23:46 +0000 Subject: [PATCH] Prepare version --- Cargo.toml | 4 ++-- qbittorrent-web-api-gen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa651c0..6fc48a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.2.1" +version = "0.2.6" 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.1.0" } +qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.2.6" } 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 07097e2..83db592 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.1.0" +version = "0.2.6" edition = "2021" license-file = "../LICENSE" keywords = ["qbittorrent"]