Skip to content

Commit 79bb1c1

Browse files
committed
Sync futures-io with 0.3
1 parent fd6034e commit 79bb1c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

futures-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "futures-io"
33
edition = "2018"
4-
version = "0.3.16"
4+
version = "0.3.17"
55
authors = ["Alex Crichton <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/futures-rs"

futures-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Common utilities for testing components built off futures-rs.
1414
[dependencies]
1515
futures-core = { version = "=1.0.0-alpha.0", path = "../futures-core", default-features = false }
1616
futures-task = { version = "=0.4.0-alpha.0", path = "../futures-task", default-features = false }
17-
futures-io = { version = "0.3.16", path = "../futures-io", default-features = false }
17+
futures-io = { version = "0.3.17", path = "../futures-io", default-features = false }
1818
futures-util = { version = "=0.4.0-alpha.0", path = "../futures-util", default-features = false }
1919
futures-executor = { version = "=0.4.0-alpha.0", path = "../futures-executor", default-features = false }
2020
futures-sink = { version = "=0.4.0-alpha.0", path = "../futures-sink", default-features = false }

futures-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ autocfg = "1"
3838
futures-core = { path = "../futures-core", version = "=1.0.0-alpha.0", default-features = false }
3939
futures-task = { path = "../futures-task", version = "=0.4.0-alpha.0", default-features = false }
4040
futures-channel = { path = "../futures-channel", version = "=0.4.0-alpha.0", default-features = false, features = ["std"], optional = true }
41-
futures-io = { path = "../futures-io", version = "0.3.16", default-features = false, features = ["std"], optional = true }
41+
futures-io = { path = "../futures-io", version = "0.3.17", default-features = false, features = ["std"], optional = true }
4242
futures-sink = { path = "../futures-sink", version = "=0.4.0-alpha.0", default-features = false, optional = true }
4343
futures-macro = { path = "../futures-macro", version = "=0.4.0-alpha.0", default-features = false, optional = true }
4444
proc-macro-hack = { version = "0.5.19", optional = true }

futures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ futures-core = { path = "../futures-core", version = "=1.0.0-alpha.0", default-f
2020
futures-task = { path = "../futures-task", version = "=0.4.0-alpha.0", default-features = false }
2121
futures-channel = { path = "../futures-channel", version = "=0.4.0-alpha.0", default-features = false, features = ["sink"] }
2222
futures-executor = { path = "../futures-executor", version = "=0.4.0-alpha.0", default-features = false, optional = true }
23-
futures-io = { path = "../futures-io", version = "0.3.16", default-features = false }
23+
futures-io = { path = "../futures-io", version = "0.3.17", default-features = false }
2424
futures-sink = { path = "../futures-sink", version = "=0.4.0-alpha.0", default-features = false }
2525
futures-util = { path = "../futures-util", version = "=0.4.0-alpha.0", default-features = false, features = ["sink"] }
2626

0 commit comments

Comments
 (0)