Skip to content

Commit

Permalink
v1.0.0-beta3
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 Apr 26, 2020
1 parent a3dec1f commit 4ba322d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.0.0-beta2"
version = "1.0.0-beta3"
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-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-amqp"
version = "0.1.0-beta2"
version = "0.1.0-beta3"
edition = "2018"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "lapin integration with async-std"
Expand All @@ -19,7 +19,7 @@ version = "^1.0"
features = ["default"]

[dependencies.lapin]
version = "=1.0.0-beta2"
version = "=1.0.0-beta3"
path = ".."
default-features = false

Expand Down
4 changes: 2 additions & 2 deletions lapinou/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lapinou"
version = "0.0.0"
version = "0.1.0-beta3"
edition = "2018"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "lapin integration with smol"
Expand All @@ -19,7 +19,7 @@ parking_lot = "^0.10"
smol = "^0.1"

[dependencies.lapin]
version = "1.0.0-beta2"
version = "1.0.0-beta3"
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 = "0.1.0-beta2"
version = "0.1.0-beta3"
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.0.0-beta2"
version = "=1.0.0-beta3"
path = ".."
default-features = false

Expand Down

0 comments on commit 4ba322d

Please sign in to comment.