From cd6a72195fa45d6814e46c39c65787fb6e0d8415 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sun, 10 Jul 2022 21:37:02 +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 3d0b132..92ade68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "qbittorrent-web-api" -version = "0.2.7" +version = "0.2.8" dependencies = [ "qbittorrent-web-api-gen", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index c819fb6..45d15c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.2.7" +version = "0.2.8" edition = "2021" license-file = "LICENSE" keywords = ["qbittorrent"]