This repository was archived by the owner on Oct 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " runtime"
33description = " Empowering everyone to build asynchronous software."
4- version = " 0.3.0-alpha.6 "
4+ version = " 0.3.0-alpha.7 "
55license = " MIT OR Apache-2.0"
66readme = " README.md"
77repository = " https://github.com/rustasync/runtime"
@@ -18,9 +18,9 @@ native = ["runtime-attributes/native", "runtime-native"]
1818
1919[dependencies ]
2020futures-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 }
2222runtime-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 ]
2626failure = " 0.1.5"
Original file line number Diff line number Diff line change 11[package ]
22name = " runtime-attributes"
33description = " Proc Macro attributes for the Runtime crate."
4- version = " 0.3.0-alpha.5 "
4+ version = " 0.3.0-alpha.6 "
55license = " MIT OR Apache-2.0"
66readme = " README.md"
77repository = " https://github.com/rustasync/runtime"
Original file line number Diff line number Diff line change 11[package ]
22name = " runtime-native"
33description = " A cross-platform asynchronous runtime"
4- version = " 0.3.0-alpha.4 "
4+ version = " 0.3.0-alpha.6 "
55license = " MIT OR Apache-2.0"
66readme = " README.md"
77repository = " https://github.com/rustasync/runtime"
You can’t perform that action at this time.
0 commit comments