Skip to content

Commit f335c59

Browse files
committed
bumped protocol to 0.3.0
1 parent e4b60f2 commit f335c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ members = [
2323
[dependencies]
2424
tokio-rustls = "0.24.1"
2525
rustls-pemfile = "1.0.3"
26-
rabbitmq-stream-protocol = { version = "0.2", path = "protocol" }
26+
rabbitmq-stream-protocol = { version = "0.3", path = "protocol" }
2727
tokio = { version = "1.29.1", features = ["full"] }
2828
tokio-util = { version = "0.7.3", features = ["codec"] }
2929
bytes = "1.0.0"

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rabbitmq-stream-protocol"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["wolf4ood <enrico.risa@gmail.com>", "korsmakolnikov <korsmakolnikov@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MPL-2.0"

0 commit comments

Comments
 (0)