Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Jan 30, 2022
1 parent e5950fc commit 7a70d5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lapin"
version = "1.9.0"
version = "1.10.0"
edition = "2018"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "AMQP client library"
Expand Down
4 changes: 2 additions & 2 deletions async-lapin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-lapin"
version = "1.2.1"
version = "1.3.0"
edition = "2018"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "lapin integration with async-io"
Expand All @@ -19,7 +19,7 @@ async-io = "^1.2"
parking_lot = "^0.12"

[dependencies.lapin]
version = "^1.6"
version = "^1.10"
path = ".."
default-features = false

Expand Down
4 changes: 2 additions & 2 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-amqp"
version = "1.0.2"
version = "1.1.0"
edition = "2018"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "lapin integration with tokio"
Expand All @@ -15,7 +15,7 @@ license = "MIT"
default = ["lapin/default"]

[dependencies.lapin]
version = "^1.6"
version = "^1.10"
path = ".."
default-features = false

Expand Down

0 comments on commit 7a70d5f

Please sign in to comment.