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

Commit 4e0a317

Browse files
committed
patch dep versions
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 668194f commit 4e0a317

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runtime-native = { path = "runtime-native", version = "0.3.0-alpha.2" }
2222
failure = "0.1.5"
2323
futures01 = { package = "futures", version = "0.1" }
2424
futures-preview = { version = "0.3.0-alpha.16", features = ["nightly", "async-await"] }
25-
juliex = "0.3.0-alpha.5"
25+
juliex = "0.3.0-alpha.6"
2626
mio = "0.6.16"
2727
rand = "0.6.5"
2828
runtime-tokio = { path = "runtime-tokio", version = "0.3.0-alpha.3" }
@@ -40,7 +40,3 @@ members = [
4040
"runtime-raw",
4141
"runtime-tokio",
4242
]
43-
44-
[patch.crates-io]
45-
romio = { git = "https://github.com/dbcfd/romio", branch = "futures-changes" }
46-
juliex = { git = "https://github.com/taiki-e/juliex", branch = "await" }

runtime-native/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.2" }
1818

1919
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
2020
async-datagram = "2.2.0"
21-
juliex = "0.3.0-alpha.5"
21+
juliex = "0.3.0-alpha.6"
2222
lazy_static = "1.3.0"
23-
romio = "0.3.0-alpha.6"
23+
romio = "0.3.0-alpha.7"
2424

2525
[target.'cfg(target_arch = "wasm32")'.dependencies]
2626
futures01 = { package = "futures", version = "0.1" }

0 commit comments

Comments
 (0)