Create release 0.5.0

This commit is contained in:
jowax 2022-08-05 20:39:29 +00:00 committed by GitHub
parent d978981825
commit 74b4fd663b
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -591,7 +591,7 @@ dependencies = [
[[package]] [[package]]
name = "qbittorrent-web-api" name = "qbittorrent-web-api"
version = "0.4.5" version = "0.5.0"
dependencies = [ dependencies = [
"qbittorrent-web-api-gen", "qbittorrent-web-api-gen",
"reqwest", "reqwest",
@ -603,7 +603,7 @@ dependencies = [
[[package]] [[package]]
name = "qbittorrent-web-api-gen" name = "qbittorrent-web-api-gen"
version = "0.4.5" version = "0.5.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"case", "case",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "qbittorrent-web-api" name = "qbittorrent-web-api"
version = "0.4.5" version = "0.5.0"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
keywords = ["qbittorrent", "torrent", "torrent-client"] keywords = ["qbittorrent", "torrent", "torrent-client"]
@ -10,7 +10,7 @@ description = "Generated web api for qBittorrent"
[dependencies] [dependencies]
reqwest = { version = "0.11.11", features = ["json", "multipart"] } reqwest = { version = "0.11.11", features = ["json", "multipart"] }
tokio = { version = "1.19.2", features = ["full"] } tokio = { version = "1.19.2", features = ["full"] }
qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.4.5" } qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.5.0" }
serde = { version = "1.0.138", features = ["derive"] } serde = { version = "1.0.138", features = ["derive"] }
serde_json = "1.0.82" serde_json = "1.0.82"
thiserror = "1.0.31" thiserror = "1.0.31"

View File

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