Skip to content

Commit 524f6b2

Browse files
committed
Move futures-io tests into futures/tests
1 parent 88f460e commit 524f6b2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

futures-io/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ futures-core-preview = { path = "../futures-core", version = "=0.3.0-alpha.16",
2323

2424
[dev-dependencies]
2525
futures-preview = { path = "../futures", version = "=0.3.0-alpha.16" }
26-
assert_matches = "1.3.0"

futures/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ futures-util-preview = { path = "../futures-util", version = "=0.3.0-alpha.16",
3434
pin-utils = "0.1.0-alpha.4"
3535
futures-test-preview = { path = "../futures-test", version = "=0.3.0-alpha.16" }
3636
tokio = "0.1.11"
37+
assert_matches = "1.3.0"
3738

3839
[features]
3940
nightly = ["futures-core-preview/nightly", "futures-sink-preview/nightly", "futures-util-preview/nightly"]
File renamed without changes.

0 commit comments

Comments
 (0)