Skip to content

Commit e994b99

Browse files
build: release v0.4.0
1 parent cef0d34 commit e994b99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
[dependencies]
1111
tokio = { version = "1.44", features = ["macros", "rt-multi-thread", "time", "signal"] }
1212
futures-util = { version = "0.3.31", default-features = false }
13-
watermelon = { path = "../../watermelon", version = "0.3" }
13+
watermelon = { path = "../../watermelon", version = "0.4" }
1414
bytes = "1.10.1"
1515
jiff = { version = "0.2.1", default-features = false, features = ["std", "tz-system", "tzdb-zoneinfo"] }
1616

watermelon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "watermelon"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "High level actor based implementation NATS Core and NATS Jetstream client implementation"
55
categories = ["api-bindings", "network-programming"]
66
keywords = ["nats", "client", "jetstream"]

0 commit comments

Comments
 (0)