Skip to content

Commit

Permalink
chore: Release 0.26.13
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson committed Oct 19, 2022
1 parent 973534f commit f146cdf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "printnanny-cli"
description = "PrintNanny Command-line Interface"
license = "AGPL-3.0-or-later"
license-file = "LICENSE"
version = "0.26.12"
version = "0.26.13"
authors = ["Leigh Johnson <[email protected]>"]
edition = "2021"
rust-version = "1.59"
Expand All @@ -17,8 +17,8 @@ targets = [
]

[dependencies]
printnanny-services = {path = "../services", version = "^0.26.12"}
printnanny-nats = {path = "../nats", version = "^0.26.12"}
printnanny-services = {path = "../services", version = "^0.26.13"}
printnanny-nats = {path = "../nats", version = "^0.26.13"}
printnanny-api-client = "0.107.2"
figment = { version = "0.10", features = ["env", "json", "toml"] }
anyhow = { version = "1", features = ["backtrace"] }
Expand Down
4 changes: 2 additions & 2 deletions nats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "printnanny-nats"
description = "Library of MQTT, API, and other services used by PrintNanny"
license = "AGPL-3.0-or-later"
version = "0.26.12"
version = "0.26.13"
authors = ["Leigh Johnson <[email protected]>"]
edition = "2021"
rust-version = "1.59"
Expand All @@ -28,7 +28,7 @@ env_logger = "0.9"
futures = "0.3"
log = "0.4"
printnanny-api-client = "0.107.2"
printnanny-services = {path = "../services", version = "^0.26.12"}
printnanny-services = {path = "../services", version = "^0.26.13"}
serde = { version = "1", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "printnanny-services"
description = "Library of MQTT, API, and other services used by PrintNanny"
license = "AGPL-3.0-or-later"
version = "0.26.12"
version = "0.26.13"
authors = ["Leigh Johnson <[email protected]>"]
edition = "2021"
rust-version = "1.59"
Expand Down

0 comments on commit f146cdf

Please sign in to comment.