Skip to content

Commit

Permalink
v8.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Jun 22, 2024
1 parent 1d1aa2e commit 7106d8a
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.0"
version = "8.0.0-alpha.1"
edition = "2021"
authors = ["Marc-Antoine Perennou <%arc-Antoine@Perennou.com>"]
description = "AMQP specifications - codegen"
Expand All @@ -19,7 +19,7 @@ handlebars = "^5.0"
serde_json = "^1.0"

[dependencies.amq-protocol-types]
version = "=7.2.0"
version = "=8.0.0-alpha.1"
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.0"
version = "8.0.0-alpha.1"
edition = "2021"
authors = ["Marc-Antoine Perennou <%arc-Antoine@Perennou.com>"]
description = "AMQP specifications"
Expand Down Expand Up @@ -33,21 +33,21 @@ rustls--aws_lc_rs = ["amq-protocol-tcp/rustls--aws_lc_rs"] # default, bu
rustls--ring = ["amq-protocol-tcp/rustls--ring"] # more compatible, (e.g., easily builds on Windows)

[build-dependencies.amq-protocol-codegen]
version = "=7.2.0"
version = "=8.0.0-alpha.1"
path = "../codegen"
optional = true

[dependencies.amq-protocol-tcp]
version = "=7.2.0"
version = "=8.0.0-alpha.1"
default-features = false
path = "../tcp"

[dependencies.amq-protocol-types]
version = "=7.2.0"
version = "=8.0.0-alpha.1"
path = "../types"

[dependencies.amq-protocol-uri]
version = "=7.2.0"
version = "=8.0.0-alpha.1"
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.0"
version = "8.0.0-alpha.1"
edition = "2021"
authors = ["Marc-Antoine Perennou <%arc-Antoine@Perennou.com>"]
description = "AMQP URI TCP connection handling"
Expand Down Expand Up @@ -30,7 +30,7 @@ rustls--aws_lc_rs = ["tcp-stream/rustls--aws_lc_rs"] # default, but does
rustls--ring = ["tcp-stream/rustls--ring"] # more compatible, (e.g., easily builds on Windows)

[dependencies.amq-protocol-uri]
version = "=7.2.0"
version = "=8.0.0-alpha.1"
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.0"
version = "8.0.0-alpha.1"
edition = "2021"
authors = ["Marc-Antoine Perennou <%arc-Antoine@Perennou.com>"]
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.0"
version = "8.0.0-alpha.1"
edition = "2021"
authors = ["Marc-Antoine Perennou <%arc-Antoine@Perennou.com>"]
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.0"
version = "=8.0.0-alpha.1"
path = "../types"

[dependencies]
Expand Down

0 comments on commit 7106d8a

Please sign in to comment.