Skip to content

Commit a8470c8

Browse files
committed
update codec to 0.8.0
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent b364509 commit a8470c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ members = [
2424
[dependencies]
2525
tokio-rustls = { version = "0.26.1" }
2626
rustls-pemfile = "2.2.0"
27-
rabbitmq-stream-protocol = { version = "0.7", path = "protocol" }
27+
rabbitmq-stream-protocol = { version = "0.8", path = "protocol" }
2828
tokio = { version = "1.29.1", features = ["full"] }
2929
tokio-util = { version = "0.7.3", features = ["codec"] }
3030
bytes = "1.0.0"

0 commit comments

Comments
 (0)