Skip to content

Commit 06d4acf

Browse files
committed
Remove unused direct dependency on pin-utils
They use pin_mut via futures-util.
1 parent 1dc9183 commit 06d4acf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

futures-test/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ futures-util = { version = "=0.4.0-alpha.0", path = "../futures-util", default-f
1818
futures-executor = { version = "=0.4.0-alpha.0", path = "../futures-executor", default-features = false }
1919
futures-sink = { version = "=0.4.0-alpha.0", path = "../futures-sink", default-features = false }
2020
futures-macro = { version = "=0.4.0-alpha.0", path = "../futures-macro", default-features = false }
21-
pin-utils = { version = "0.1.0", default-features = false }
2221
pin-project = "1.0.11"
2322

2423
[dev-dependencies]

futures/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ futures-executor = { path = "../futures-executor", features = ["thread-pool"] }
2828
futures-test = { path = "../futures-test" }
2929
assert_matches = "1.3.0"
3030
pin-project = "1.0.11"
31-
pin-utils = "0.1.0"
3231
static_assertions = "1"
3332
tokio = "0.1.11"
3433

0 commit comments

Comments
 (0)