Skip to content

Commit

Permalink
update reactor-trait
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <[email protected]>
  • Loading branch information
Keruspe committed Jan 5, 2021
1 parent 308a63d commit 75f386c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ version = "^0.1"
default-features = false

[dependencies]
async-reactor-trait = "^0.1"
async-reactor-trait = "^0.2"
async-trait = "^0.1.42"
executor-trait = "^2.0"
futures-lite = "^1.7"
parking_lot = "^0.11"
pinky-swear = "^5.1"
reactor-trait = "^0.1"
reactor-trait = "^0.2"
waker-fn = "^1.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion async-lapin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT"
default = ["lapin/default"]

[dependencies]
async-reactor-trait = "^0.1"
async-reactor-trait = "^0.2"

[dependencies.lapin]
version = "=2.0.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default = ["lapin/default"]

[dependencies]
tokio-executor-trait = "^1.1"
tokio-reactor-trait = "^0.1"
tokio-reactor-trait = "^0.2"

[dependencies.lapin]
version = "=2.0.0-alpha.1"
Expand Down

0 comments on commit 75f386c

Please sign in to comment.