Skip to content

Commit

Permalink
Remove rayon-futures
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Dec 19, 2019
1 parent ab4d244 commit 198ca7f
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1,512 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ script:
- cargo test -p rayon
- cargo test -p rayon-core
- ./ci/highlander.sh
- |
if [ -n "$RUSTFLAGS" ]; then
cargo build -p rayon-futures &&
cargo test -p rayon-futures
fi

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["concurrency"]
exclude = ["/ci/*", "/scripts/*", "/.travis.yml", "/appveyor.yml", "/bors.toml"]

[workspace]
members = ["rayon-demo", "rayon-core", "rayon-futures"]
members = ["rayon-demo", "rayon-core"]
exclude = ["ci"]

[dependencies]
Expand Down
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ test_script:
- cargo build
- cargo test -p rayon
- cargo test -p rayon-core
- if not "%RUSTFLAGS%"=="%^RUSTFLAGS%" (
cargo build -p rayon-futures &&
cargo test -p rayon-futures
)

branches:
only:
Expand Down
16 changes: 2 additions & 14 deletions ci/compat-Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions rayon-futures/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions rayon-futures/LICENSE-APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions rayon-futures/LICENSE-MIT

This file was deleted.

Loading

0 comments on commit 198ca7f

Please sign in to comment.