Skip to content

Commit

Permalink
v2.0.0-alpha.2
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 Sep 5, 2024
1 parent 1b2994a commit e943554
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 = "reactor-trait"
version = "2.0.0-alpha.1"
version = "2.0.0-alpha.2"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "A collection of traits to define a common interface across reactors"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions async-reactor-trait/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-reactor-trait"
version = "2.0.0-alpha.1"
version = "2.0.0-alpha.2"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "reactor-trait implementation for async-io"
edition = "2021"
Expand All @@ -19,7 +19,7 @@ async-trait = "^0.1.42"
futures-core = "^0.3"

[dependencies.reactor-trait]
version = "=2.0.0-alpha.1"
version = "=2.0.0-alpha.2"
features = ["async_io_safe"]
path = ".."

Expand Down
4 changes: 2 additions & 2 deletions tokio-reactor-trait/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-reactor-trait"
version = "2.0.0-alpha.1"
version = "2.0.0-alpha.2"
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
description = "reactor-trait implementation for tokio"
edition = "2021"
Expand Down Expand Up @@ -30,7 +30,7 @@ default-features = false
features = ["compat"]

[dependencies.reactor-trait]
version = "=2.0.0-alpha.1"
version = "=2.0.0-alpha.2"
path = ".."

[badges]
Expand Down

0 comments on commit e943554

Please sign in to comment.