Merge pull request #8 from JoelWachsler/create_release/0.2.10
Create release 0.2.10
This commit is contained in:
commit
24b9834cb5
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
name: Publish
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
name: Prepare new release
|
||||||
on:
|
on:
|
||||||
create:
|
create:
|
||||||
branches:
|
branches:
|
||||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -545,7 +545,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "qbittorrent-web-api"
|
name = "qbittorrent-web-api"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"qbittorrent-web-api-gen",
|
"qbittorrent-web-api-gen",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
|
@ -557,7 +557,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "qbittorrent-web-api-gen"
|
name = "qbittorrent-web-api-gen"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"case",
|
"case",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "qbittorrent-web-api"
|
name = "qbittorrent-web-api"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
keywords = ["qbittorrent"]
|
keywords = ["qbittorrent"]
|
||||||
|
@ -10,7 +10,7 @@ description = "Auto generated 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.2.9" }
|
qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.2.10" }
|
||||||
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"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "qbittorrent-web-api-gen"
|
name = "qbittorrent-web-api-gen"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license-file = "../LICENSE"
|
license-file = "../LICENSE"
|
||||||
keywords = ["qbittorrent"]
|
keywords = ["qbittorrent"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user