Skip to content

Commit

Permalink
update amq-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Dec 9, 2024
1 parent 08cbcfb commit 28386bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ rustls--aws_lc_rs = ["amq-protocol/rustls--aws_lc_rs"] # default, but do
rustls--ring = ["amq-protocol/rustls--ring"] # more compatible, (e.g., easily builds on Windows)

[build-dependencies.amq-protocol-codegen]
version = "=8.0.0-alpha.4"
version = "=8.0.0-beta.1"
optional = true

[build-dependencies.serde_json]
version = "^1.0"
optional = true

[dependencies.amq-protocol]
version = "=8.0.0-alpha.4"
version = "=8.0.0-beta.1"
default-features = false

[dependencies.async-global-executor-trait]
Expand Down

0 comments on commit 28386bc

Please sign in to comment.