Skip to content

Commit 77e553f

Browse files
committed
Deprecate rand_derive sub-crate
See dhardy#83 Required for following changes affecting Rand
1 parent 61ffcd2 commit 77e553f

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ matrix:
77
script:
88
- cargo test
99
- cargo build --no-default-features # we cannot exclude doc tests
10-
- cargo test --manifest-path rand-derive/Cargo.toml
1110
- rust: stable
1211
- rust: stable
1312
os: osx
@@ -30,7 +29,6 @@ script:
3029
- cargo test --tests --no-default-features
3130
- cargo test --features serde-1,log
3231
- cargo test --tests --no-default-features --features=serde-1
33-
- cargo test --manifest-path rand-derive/Cargo.toml
3432

3533
env:
3634
global:

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ serde_derive = {version="1", optional=true}
4343
# see: https://github.com/rust-lang/cargo/issues/1596
4444
bincode = "0.9"
4545

46-
[workspace]
47-
members = ["rand-derive"]
48-
4946
[target.'cfg(target_os = "cloudabi")'.dependencies]
5047
cloudabi = "0.0.3"
5148

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ test_script:
3838
- cargo test --features nightly
3939
- cargo test --tests --no-default-features --features=alloc
4040
- cargo test --tests --no-default-features --features=serde-1
41-
- cargo test --manifest-path rand-derive/Cargo.toml

0 commit comments

Comments
 (0)