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

Commit f8ddd37

Browse files
authored
Bump futures-preview to 0.3.0-alpha.18 (#98)
1 parent 17661ec commit f8ddd37

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ default = ["native"]
1717
native = ["runtime-attributes/native", "runtime-native"]
1818

1919
[dependencies]
20-
futures-preview = "0.3.0-alpha.16"
20+
futures-preview = "0.3.0-alpha.18"
2121
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.5", default-features = false }
2222
runtime-raw = { path = "runtime-raw", version = "0.3.0-alpha.4" }
2323
runtime-native = { path = "runtime-native", version = "0.3.0-alpha.4", optional = true }
2424

2525
[dev-dependencies]
2626
failure = "0.1.5"
2727
futures01 = { package = "futures", version = "0.1" }
28-
futures-preview = { version = "0.3.0-alpha.16", features = ["nightly", "async-await"] }
28+
futures-preview = { version = "0.3.0-alpha.18", features = ["nightly", "async-await"] }
2929
juliex = "0.3.0-alpha.6"
3030
mio = "0.6.16"
3131
rand = "0.7.0"

runtime-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["asynchronous", "network-programming", "filesystem", "concurrency"
1313
edition = "2018"
1414

1515
[dependencies]
16-
futures-preview = { version = "0.3.0-alpha.16", features = ["compat"] }
16+
futures-preview = { version = "0.3.0-alpha.18", features = ["compat"] }
1717
runtime-raw = { path = "../runtime-raw", version = "0.3.0-alpha.4" }
1818

1919
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

runtime-raw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ categories = ["asynchronous", "network-programming", "filesystem", "concurrency"
1313
edition = "2018"
1414

1515
[dependencies]
16-
futures-preview = "0.3.0-alpha.16"
16+
futures-preview = "0.3.0-alpha.18"

runtime-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["asynchronous", "network-programming", "filesystem", "concurrency"
1313
edition = "2018"
1414

1515
[dependencies]
16-
futures-preview = { version = "0.3.0-alpha.16", features = ["compat", "io-compat"] }
16+
futures-preview = { version = "0.3.0-alpha.18", features = ["compat", "io-compat"] }
1717
futures01 = { package = "futures", version = "0.1" }
1818
lazy_static = "1.3.0"
1919
mio = "0.6.16"

0 commit comments

Comments
 (0)