Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gftea committed Dec 23, 2023
1 parent f852da2 commit 06b0148
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amqp_serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amqp_serde"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.56"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions amqprs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amqprs"
version = "1.5.0"
version = "1.5.2"
edition = "2021"
rust-version = "1.56"
license = "MIT"
Expand Down Expand Up @@ -38,7 +38,7 @@ tokio = { version = "1", features = [
] }
bytes = { version = "1.2" }
serde = { version = "1.0", features = ["derive"] }
amqp_serde = { path = "../amqp_serde", version = "0.4" }
amqp_serde = { path = "../amqp_serde", version = "0.4.1" }
async-trait = "0.1"
tracing = { version = "0.1", optional = true }
uriparse = { version = "0.6", optional = true }
Expand Down

0 comments on commit 06b0148

Please sign in to comment.