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

Commit 5a6c8d0

Browse files
committed
make runtime-native a runtime dep
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 9b7fd75 commit 5a6c8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ edition = "2018"
1616
futures-preview = { version = "0.3.0-alpha.13" }
1717
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.1" }
1818
runtime-raw = { path = "runtime-raw", version = "0.3.0-alpha.1" }
19+
runtime-native = { path = "runtime-native", version = "0.3.0-alpha.1" }
1920

2021
[dev-dependencies]
2122
failure = "0.1.5"
2223
futures01 = { package = "futures", version = "0.1" }
2324
juliex = "0.3.0-alpha.2"
2425
mio = "0.6.16"
2526
rand = "0.6.5"
26-
runtime-native = { path = "runtime-native", version = "0.3.0-alpha.1" }
2727
runtime-tokio = { path = "runtime-tokio", version = "0.3.0-alpha.1" }
2828
tokio = "0.1.18"
2929

0 commit comments

Comments
 (0)