Merge pull request #17 from JoelWachsler/create_release/0.2.36

Create release 0.2.36
This commit is contained in:
Joel Wachsler 2022-07-11 04:46:06 +02:00 committed by GitHub
commit c7405f6912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -545,7 +545,7 @@ dependencies = [
[[package]]
name = "qbittorrent-web-api"
version = "0.2.33"
version = "0.2.36"
dependencies = [
"qbittorrent-web-api-gen",
"reqwest",
@ -557,7 +557,7 @@ dependencies = [
[[package]]
name = "qbittorrent-web-api-gen"
version = "0.2.33"
version = "0.2.36"
dependencies = [
"anyhow",
"case",

View File

@ -1,6 +1,6 @@
[package]
name = "qbittorrent-web-api"
version = "0.2.33"
version = "0.2.36"
edition = "2021"
license = "MIT"
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.2.33" }
qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.2.36" }
serde = { version = "1.0.138", features = ["derive"] }
serde_json = "1.0.82"
thiserror = "1.0.31"

View File

@ -1,6 +1,6 @@
[package]
name = "qbittorrent-web-api-gen"
version = "0.2.33"
version = "0.2.36"
edition = "2021"
license = "MIT"
keywords = ["qbittorrent"]