We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b60f2 commit f335c59Copy full SHA for f335c59
Cargo.toml
@@ -23,7 +23,7 @@ members = [
23
[dependencies]
24
tokio-rustls = "0.24.1"
25
rustls-pemfile = "1.0.3"
26
-rabbitmq-stream-protocol = { version = "0.2", path = "protocol" }
+rabbitmq-stream-protocol = { version = "0.3", path = "protocol" }
27
tokio = { version = "1.29.1", features = ["full"] }
28
tokio-util = { version = "0.7.3", features = ["codec"] }
29
bytes = "1.0.0"
protocol/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rabbitmq-stream-protocol"
3
-version = "0.2.0"
+version = "0.3.0"
4
authors = ["wolf4ood <enrico.risa@gmail.com>", "korsmakolnikov <korsmakolnikov@gmail.com>"]
5
edition = "2018"
6
license = "Apache-2.0 OR MPL-2.0"
0 commit comments