Skip to content

Commit d8c950e

Browse files
committed
v10.0.0-rc.3
1 parent 48dab57 commit d8c950e

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "3"
33
members = [ "codegen", "protocol", "tcp", "types", "uri" ]
44

55
[workspace.package]
6-
version = "10.0.0-rc.2"
6+
version = "10.0.0-rc.3"
77
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
88
license = "BSD-2-Clause"
99
repository = "https://github.com/amqp-rs/amq-protocol"

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ handlebars = "^6.0"
2020
serde_json = "^1.0"
2121

2222
[dependencies.amq-protocol-types]
23-
version = "=10.0.0-rc.2"
23+
version = "=10.0.0-rc.3"
2424
path = "../types"
2525

2626
[dependencies.serde]

protocol/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ rustls--aws_lc_rs = ["amq-protocol-tcp/rustls--aws_lc_rs"] # default, bu
4141
rustls--ring = ["amq-protocol-tcp/rustls--ring"] # more compatible, (e.g., easily builds on Windows)
4242

4343
[build-dependencies.amq-protocol-codegen]
44-
version = "=10.0.0-rc.2"
44+
version = "=10.0.0-rc.3"
4545
path = "../codegen"
4646
optional = true
4747

4848
[dependencies.amq-protocol-tcp]
49-
version = "=10.0.0-rc.2"
49+
version = "=10.0.0-rc.3"
5050
default-features = false
5151
path = "../tcp"
5252

5353
[dependencies.amq-protocol-types]
54-
version = "=10.0.0-rc.2"
54+
version = "=10.0.0-rc.3"
5555
path = "../types"
5656

5757
[dependencies.amq-protocol-uri]
58-
version = "=10.0.0-rc.2"
58+
version = "=10.0.0-rc.3"
5959
path = "../uri"
6060

6161
[dependencies.cookie-factory]

tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rustls--ring = ["tcp-stream/rustls--ring"] # more compatible, (e.g.
4040
cfg-if = "^1.0"
4141

4242
[dependencies.amq-protocol-uri]
43-
version = "=10.0.0-rc.2"
43+
version = "=10.0.0-rc.3"
4444
path = "../uri"
4545

4646
[dependencies.async-rs]

uri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version.workspace = true
1616
name = "amq_protocol_uri"
1717

1818
[dependencies.amq-protocol-types]
19-
version = "=10.0.0-rc.2"
19+
version = "=10.0.0-rc.3"
2020
path = "../types"
2121

2222
[dependencies]

0 commit comments

Comments
 (0)