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 b364509 commit a8470c8Copy full SHA for a8470c8
Cargo.toml
@@ -24,7 +24,7 @@ members = [
24
[dependencies]
25
tokio-rustls = { version = "0.26.1" }
26
rustls-pemfile = "2.2.0"
27
-rabbitmq-stream-protocol = { version = "0.7", path = "protocol" }
+rabbitmq-stream-protocol = { version = "0.8", path = "protocol" }
28
tokio = { version = "1.29.1", features = ["full"] }
29
tokio-util = { version = "0.7.3", features = ["codec"] }
30
bytes = "1.0.0"
0 commit comments