Skip to content

Commit 198ca7f

Browse files
committed
Remove rayon-futures
1 parent ab4d244 commit 198ca7f

File tree

13 files changed

+3
-1512
lines changed

13 files changed

+3
-1512
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ script:
8686
- cargo test -p rayon
8787
- cargo test -p rayon-core
8888
- ./ci/highlander.sh
89-
- |
90-
if [ -n "$RUSTFLAGS" ]; then
91-
cargo build -p rayon-futures &&
92-
cargo test -p rayon-futures
93-
fi
9489

9590
branches:
9691
only:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["concurrency"]
1515
exclude = ["/ci/*", "/scripts/*", "/.travis.yml", "/appveyor.yml", "/bors.toml"]
1616

1717
[workspace]
18-
members = ["rayon-demo", "rayon-core", "rayon-futures"]
18+
members = ["rayon-demo", "rayon-core"]
1919
exclude = ["ci"]
2020

2121
[dependencies]

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ test_script:
2929
- cargo build
3030
- cargo test -p rayon
3131
- cargo test -p rayon-core
32-
- if not "%RUSTFLAGS%"=="%^RUSTFLAGS%" (
33-
cargo build -p rayon-futures &&
34-
cargo test -p rayon-futures
35-
)
3632

3733
branches:
3834
only:

ci/compat-Cargo.lock

Lines changed: 2 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rayon-futures/Cargo.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

rayon-futures/LICENSE-APACHE

Lines changed: 0 additions & 201 deletions
This file was deleted.

rayon-futures/LICENSE-MIT

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)