This commit is contained in:
Joel Wachsler 2022-07-10 21:34:38 +00:00
parent 6d4e2af116
commit 8361d80410
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -545,7 +545,7 @@ dependencies = [
[[package]] [[package]]
name = "qbittorrent-web-api" name = "qbittorrent-web-api"
version = "0.2.6" version = "0.2.7"
dependencies = [ dependencies = [
"qbittorrent-web-api-gen", "qbittorrent-web-api-gen",
"reqwest", "reqwest",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "qbittorrent-web-api" name = "qbittorrent-web-api"
version = "0.2.6" version = "0.2.7"
edition = "2021" edition = "2021"
license-file = "LICENSE" license-file = "LICENSE"
keywords = ["qbittorrent"] keywords = ["qbittorrent"]