This commit is contained in:
Joel Wachsler 2022-07-10 21:37:02 +00:00
parent 53d6e1b9fc
commit cd6a72195f
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.7" version = "0.2.8"
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.7" version = "0.2.8"
edition = "2021" edition = "2021"
license-file = "LICENSE" license-file = "LICENSE"
keywords = ["qbittorrent"] keywords = ["qbittorrent"]