Skip to content

Commit dc06eda

Browse files
taiki-ecramertj
authored andcommitted
Update pin-utils to 0.1
1 parent dc00793 commit dc06eda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

futures-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ futures-task = { version = "0.3.4", path = "../futures-task", default-features =
1717
futures-io = { version = "0.3.4", path = "../futures-io", default-features = false }
1818
futures-util = { version = "0.3.4", path = "../futures-util", default-features = false }
1919
futures-executor = { version = "0.3.4", path = "../futures-executor", default-features = false }
20-
pin-utils = { version = "0.1.0-alpha.4", default-features = false }
20+
pin-utils = { version = "0.1.0", default-features = false }
2121
once_cell = { version = "1.3.1", default-features = false, features = ["std"], optional = true }
2222

2323
[dev-dependencies]

futures-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ slab = { version = "0.4.2", optional = true }
4545
memchr = { version = "2.2", optional = true }
4646
futures_01 = { version = "0.1.25", optional = true, package = "futures" }
4747
tokio-io = { version = "0.1.9", optional = true }
48-
pin-utils = "0.1.0-alpha.4"
48+
pin-utils = "0.1.0"
4949

5050
[dev-dependencies]
5151
futures = { path = "../futures", version = "0.3.4", features = ["async-await", "thread-pool"] }

futures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ futures-sink = { path = "../futures-sink", version = "0.3.4", default-features =
2828
futures-util = { path = "../futures-util", version = "0.3.4", default-features = false, features = ["sink"] }
2929

3030
[dev-dependencies]
31-
pin-utils = "0.1.0-alpha.4"
31+
pin-utils = "0.1.0"
3232
futures-executor = { path = "../futures-executor", version = "0.3.4", features = ["thread-pool"] }
3333
futures-test = { path = "../futures-test", version = "0.3.4" }
3434
tokio = "0.1.11"

0 commit comments

Comments
 (0)