Skip to content

Commit

Permalink
Move futures-io tests into futures/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 30, 2019
1 parent 17980ef commit b414648
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion futures-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ futures-core-preview = { path = "../futures-core", version = "=0.3.0-alpha.16",

[dev-dependencies]
futures-preview = { path = "../futures", version = "=0.3.0-alpha.16" }
assert_matches = "1.3.0"
1 change: 1 addition & 0 deletions futures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ futures-util-preview = { path = "../futures-util", version = "=0.3.0-alpha.16",
pin-utils = "0.1.0-alpha.4"
futures-test-preview = { path = "../futures-test", version = "=0.3.0-alpha.16" }
tokio = "0.1.11"
assert_matches = "1.3.0"

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

0 comments on commit b414648

Please sign in to comment.