Skip to content

Commit 7b55b5d

Browse files
committed
Bumping to 0.15.0
1 parent 086969b commit 7b55b5d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustygear/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rustygear"
33
description = "Client library for communicating via the gearman protocol"
44
repository = "https://github.com/SpamapS/rustygear"
5-
version = "0.14.0"
5+
version = "0.15.0"
66
authors = ["Clint Byrum <clint@fewbar.com>"]
77
license = "Apache-2.0"
88
edition = "2018"

rustygeard/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustygeard"
33
description = "An experimental, full-featured gearman server."
4-
version = "0.14.0"
4+
version = "0.15.0"
55
authors = ["Clint Byrum <clint@fewbar.com>"]
66
license = "Apache-2.0"
77
edition = "2018"
@@ -13,7 +13,7 @@ tls = ["dep:tokio-rustls","dep:rustls-pemfile","rustygear/tls"]
1313

1414
[dependencies]
1515
bytes = ">=1.1.0"
16-
rustygear = { path = "../rustygear" , version = ">= 0.14.0" }
16+
rustygear = { path = "../rustygear" , version = ">= 0.15.0" }
1717
log = ">=0.4.8"
1818
env_logger = { version = ">=0.10.1" , features = ["auto-color", "humantime"] }
1919
tokio = { version = "1.37.0", features = ["full"] }

0 commit comments

Comments
 (0)