From 8361d804109b212afccb857b94287170e8459cff Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sun, 10 Jul 2022 21:34:38 +0000 Subject: [PATCH] Debug --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7437780..3d0b132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api" -version = "0.2.6" +version = "0.2.7" dependencies = [ "qbittorrent-web-api-gen", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 6fc48a1..c819fb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.2.6" +version = "0.2.7" edition = "2021" license-file = "LICENSE" keywords = ["qbittorrent"]