Skip to content

Commit

Permalink
Bumping to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpamapS committed Jul 3, 2024
1 parent 086969b commit 7b55b5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion rustygear/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rustygear"
description = "Client library for communicating via the gearman protocol"
repository = "https://github.com/SpamapS/rustygear"
version = "0.14.0"
version = "0.15.0"
authors = ["Clint Byrum <clint@fewbar.com>"]
license = "Apache-2.0"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions rustygeard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustygeard"
description = "An experimental, full-featured gearman server."
version = "0.14.0"
version = "0.15.0"
authors = ["Clint Byrum <clint@fewbar.com>"]
license = "Apache-2.0"
edition = "2018"
Expand All @@ -13,7 +13,7 @@ tls = ["dep:tokio-rustls","dep:rustls-pemfile","rustygear/tls"]

[dependencies]
bytes = ">=1.1.0"
rustygear = { path = "../rustygear" , version = ">= 0.14.0" }
rustygear = { path = "../rustygear" , version = ">= 0.15.0" }
log = ">=0.4.8"
env_logger = { version = ">=0.10.1" , features = ["auto-color", "humantime"] }
tokio = { version = "1.37.0", features = ["full"] }
Expand Down

0 comments on commit 7b55b5d

Please sign in to comment.