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

Commit 83ea3e4

Browse files
committed
Prepare 0.3.0-alpha.7
1 parent 6177e6e commit 83ea3e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

+3-3
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.6"
4+
version = "0.3.0-alpha.7"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rustasync/runtime"
@@ -18,9 +18,9 @@ native = ["runtime-attributes/native", "runtime-native"]
1818

1919
[dependencies]
2020
futures-preview = "0.3.0-alpha.18"
21-
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.5", default-features = false }
21+
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.6", default-features = false }
2222
runtime-raw = { path = "runtime-raw", version = "0.3.0-alpha.4" }
23-
runtime-native = { path = "runtime-native", version = "0.3.0-alpha.4", optional = true }
23+
runtime-native = { path = "runtime-native", version = "0.3.0-alpha.6", optional = true }
2424

2525
[dev-dependencies]
2626
failure = "0.1.5"

runtime-attributes/Cargo.toml

+1-1
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.5"
4+
version = "0.3.0-alpha.6"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rustasync/runtime"

runtime-native/Cargo.toml

+1-1
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.4"
4+
version = "0.3.0-alpha.6"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rustasync/runtime"

0 commit comments

Comments
 (0)