Merge pull request #6 from JoelWachsler/create_release/0.2.6

New release
This commit is contained in:
Joel Wachsler 2022-07-10 23:24:57 +02:00 committed by GitHub
commit 6b23387e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "qbittorrent-web-api"
version = "0.2.1"
version = "0.2.6"
edition = "2021"
license-file = "LICENSE"
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.1.0" }
qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.2.6" }
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.1.0"
version = "0.2.6"
edition = "2021"
license-file = "../LICENSE"
keywords = ["qbittorrent"]