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

Commit 28ee4d1

Browse files
committed
update versions
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 302d5b5 commit 28ee4d1

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ edition = "2018"
1414

1515
[dependencies]
1616
futures-preview = "0.3.0-alpha.15"
17-
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.2" }
18-
runtime-raw = { path = "runtime-raw", version = "0.3.0-alpha.1" }
19-
runtime-native = { path = "runtime-native", version = "0.3.0-alpha.1" }
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" }
2020

2121
[dev-dependencies]
2222
failure = "0.1.5"
@@ -25,7 +25,7 @@ futures-preview = { version = "0.3.0-alpha.15", features = ["nightly", "async-aw
2525
juliex = "0.3.0-alpha.5"
2626
mio = "0.6.16"
2727
rand = "0.6.5"
28-
runtime-tokio = { path = "runtime-tokio", version = "0.3.0-alpha.1" }
28+
runtime-tokio = { path = "runtime-tokio", version = "0.3.0-alpha.3" }
2929
tokio = "0.1.19"
3030

3131
[profile.bench]

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.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"
@@ -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.1" }
24+
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.2" }

runtime-native/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-native"
33
description = "A cross-platform asynchronous runtime"
4-
version = "0.3.0-alpha.1"
4+
version = "0.3.0-alpha.2"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rustasync/runtime"
@@ -17,5 +17,5 @@ async-datagram = "2.2.0"
1717
futures-preview = "0.3.0-alpha.15"
1818
lazy_static = "1.3.0"
1919
romio = "0.3.0-alpha.6"
20-
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.1" }
20+
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.2" }
2121
juliex = "0.3.0-alpha.5"

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.1"
4+
version = "0.3.0-alpha.2"
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.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"
@@ -17,5 +17,5 @@ futures-preview = { version = "0.3.0-alpha.15", 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.1" }
20+
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.2" }
2121
tokio = "0.1.19"

0 commit comments

Comments
 (0)