This repository was archived by the owner on Oct 30, 2019. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " runtime"
3
3
description = " Empowering everyone to build asynchronous software."
4
- version = " 0.3.0-alpha.6 "
4
+ version = " 0.3.0-alpha.7 "
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
7
7
repository = " https://github.com/rustasync/runtime"
@@ -20,7 +20,7 @@ native = ["runtime-attributes/native", "runtime-native"]
20
20
futures-preview = " 0.3.0-alpha.16"
21
21
runtime-attributes = { path = " runtime-attributes" , version = " 0.3.0-alpha.5" , default-features = false }
22
22
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 }
24
24
25
25
[dev-dependencies ]
26
26
failure = " 0.1.5"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " runtime-native"
3
3
description = " A cross-platform asynchronous runtime"
4
- version = " 0.3.0-alpha.4 "
4
+ version = " 0.3.0-alpha.6 "
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
7
7
repository = " https://github.com/rustasync/runtime"
You can’t perform that action at this time.
0 commit comments