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

Commit bbd86d9

Browse files
committed
Prepare 0.3.0-alpha.7
1 parent 17661ec commit bbd86d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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"
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"
@@ -20,7 +20,7 @@ native = ["runtime-attributes/native", "runtime-native"]
2020
futures-preview = "0.3.0-alpha.16"
2121
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.5", 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-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.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)