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

Commit e6011ab

Browse files
committed
fix local deps
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 04f6f6e commit e6011ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

runtime-attributes/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ proc-macro2 = { version = "0.4.24", features = ["nightly"] }
2121
quote = "0.6"
2222

2323
[dev-dependencies]
24-
runtime-raw = { path = "../runtime-raw" }
25-
runtime-tokio = { path = "../runtime-tokio" }
24+
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.1" }
25+
runtime-tokio = { path = "../runtime-tokio", version = "0.3.0-alpha.1" }

runtime-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ async-datagram = "2.0.0"
1717
futures-preview = "0.3.0-alpha.13"
1818
lazy_static = "1.0.0"
1919
romio = "0.3.0-alpha.4"
20-
runtime-raw = { path = "../runtime-raw" }
20+
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.1" }
2121
juliex = "0.3.0-alpha.3"

runtime-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ futures-preview = { version = "0.3.0-alpha.13", features = ["compat", "io-compat
1717
futures01 = { package = "futures", version = "0.1" }
1818
lazy_static = "1.0.0"
1919
mio = "0.6.16"
20-
runtime-raw = { path = "../runtime-raw" }
20+
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.1" }
2121
tokio = { version = "0.1" }

0 commit comments

Comments
 (0)