diff --git a/Cargo.toml b/Cargo.toml index 4e70536..89aaa80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api" -version = "0.6.3" +version = "0.6.4" edition = "2021" license = "MIT" keywords = ["qbittorrent"] @@ -10,7 +10,7 @@ description = "Generated web api for qBittorrent" [dependencies] reqwest = { version = "0.11", features = ["json", "multipart"] } tokio = { version = "1.19", features = ["full"] } -qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.6.3" } +qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.6.4" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_repr = "0.1" diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index 5486be7..cb77618 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbittorrent-web-api-gen" -version = "0.6.3" +version = "0.6.4" edition = "2021" license = "MIT" keywords = ["qbittorrent"]