Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit a0af792

Browse files
committed
update versions
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 4e0a317 commit a0af792

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "runtime"
33
description = "Empowering everyone to build asynchronous software."
4-
version = "0.3.0-alpha.3"
4+
version = "0.3.0-alpha.4"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rustasync/runtime"
@@ -14,9 +14,9 @@ edition = "2018"
1414

1515
[dependencies]
1616
futures-preview = "0.3.0-alpha.16"
17-
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.3" }
18-
runtime-raw = { path = "runtime-raw", version = "0.3.0-alpha.2" }
19-
runtime-native = { path = "runtime-native", version = "0.3.0-alpha.2" }
17+
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.4" }
18+
runtime-raw = { path = "runtime-raw", version = "0.3.0-alpha.3" }
19+
runtime-native = { path = "runtime-native", version = "0.3.0-alpha.3" }
2020

2121
[dev-dependencies]
2222
failure = "0.1.5"

runtime-attributes/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "runtime-attributes"
33
description = "Proc Macro attributes for the Runtime crate."
4-
version = "0.3.0-alpha.3"
4+
version = "0.3.0-alpha.4"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rustasync/runtime"
@@ -21,4 +21,4 @@ proc-macro2 = { version = "0.4.29", features = ["nightly"] }
2121
quote = "0.6.12"
2222

2323
[dev-dependencies]
24-
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.2" }
24+
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.3" }

runtime-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "runtime-native"
33
description = "A cross-platform asynchronous runtime"
4-
version = "0.3.0-alpha.2"
4+
version = "0.3.0-alpha.3"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rustasync/runtime"

runtime-raw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "runtime-raw"
33
description = "Traits to implement custom Runtimes."
4-
version = "0.3.0-alpha.2"
4+
version = "0.3.0-alpha.3"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rustasync/runtime"

runtime-tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "runtime-tokio"
33
description = "A Tokio-based asynchronous runtime"
4-
version = "0.3.0-alpha.3"
4+
version = "0.3.0-alpha.4"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rustasync/runtime"
@@ -17,5 +17,5 @@ futures-preview = { version = "0.3.0-alpha.16", features = ["compat", "io-compat
1717
futures01 = { package = "futures", version = "0.1" }
1818
lazy_static = "1.3.0"
1919
mio = "0.6.16"
20-
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.2" }
20+
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.3" }
2121
tokio = "0.1.19"

0 commit comments

Comments
 (0)