Skip to content

Commit

Permalink
v7.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <[email protected]>
  • Loading branch information
Keruspe committed Sep 21, 2024
1 parent 1e1fb83 commit 9a4e7ee
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amq-protocol-codegen"
version = "7.2.1"
version = "7.2.2"
edition = "2021"
authors = ["Marc-Antoine Perennou <%[email protected]>"]
description = "AMQP specifications - codegen"
Expand All @@ -19,7 +19,7 @@ handlebars = "^5.0"
serde_json = "^1.0"

[dependencies.amq-protocol-types]
version = "=7.2.1"
version = "=7.2.2"
path = "../types"

[dependencies.serde]
Expand Down
10 changes: 5 additions & 5 deletions protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amq-protocol"
version = "7.2.1"
version = "7.2.2"
edition = "2021"
authors = ["Marc-Antoine Perennou <%[email protected]>"]
description = "AMQP specifications"
Expand Down Expand Up @@ -28,21 +28,21 @@ vendored-openssl = ["amq-protocol-tcp/vendored-openssl"]
verbose-errors = ["amq-protocol-types/verbose-errors"]

[build-dependencies.amq-protocol-codegen]
version = "=7.2.1"
version = "=7.2.2"
path = "../codegen"
optional = true

[dependencies.amq-protocol-tcp]
version = "=7.2.1"
version = "=7.2.2"
default-features = false
path = "../tcp"

[dependencies.amq-protocol-types]
version = "=7.2.1"
version = "=7.2.2"
path = "../types"

[dependencies.amq-protocol-uri]
version = "=7.2.1"
version = "=7.2.2"
path = "../uri"

[dependencies.cookie-factory]
Expand Down
4 changes: 2 additions & 2 deletions tcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amq-protocol-tcp"
version = "7.2.1"
version = "7.2.2"
edition = "2021"
authors = ["Marc-Antoine Perennou <%[email protected]>"]
description = "AMQP URI TCP connection handling"
Expand All @@ -25,7 +25,7 @@ rustls-connector = ["tcp-stream/rustls-connector"]
vendored-openssl = ["tcp-stream/vendored-openssl"]

[dependencies.amq-protocol-uri]
version = "=7.2.1"
version = "=7.2.2"
path = "../uri"

[dependencies.tcp-stream]
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amq-protocol-types"
version = "7.2.1"
version = "7.2.2"
edition = "2021"
authors = ["Marc-Antoine Perennou <%[email protected]>"]
description = "AMQP specifications - types"
Expand Down
4 changes: 2 additions & 2 deletions uri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amq-protocol-uri"
version = "7.2.1"
version = "7.2.2"
edition = "2021"
authors = ["Marc-Antoine Perennou <%[email protected]>"]
description = "AMQP URI manipulation"
Expand All @@ -15,7 +15,7 @@ rust-version = "1.63.0"
name = "amq_protocol_uri"

[dependencies.amq-protocol-types]
version = "=7.2.1"
version = "=7.2.2"
path = "../types"

[dependencies]
Expand Down

0 comments on commit 9a4e7ee

Please sign in to comment.