Skip to content

Commit 1991d0c

Browse files
committed
Fix Travis no_std test and remove old Cargo patch
Note: Cargo patch was used since rand_os dependend on rdrand on sgx. Now getrandom has its own rdrand impl.
1 parent 8dd020c commit 1991d0c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ before_install:
268268

269269
script:
270270
- cargo test --tests --no-default-features
271-
- cargo test --no-default-features --features getrandom
271+
- cargo test --tests --no-default-features --features getrandom
272272
# TODO: add simd_support feature:
273273
- cargo test --features=serde1,log
274274
- cargo test --examples

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,3 @@ autocfg = "0.1"
9191

9292
[package.metadata.docs.rs]
9393
all-features = true
94-
95-
[patch.crates-io]
96-
rand_core = { path = "rand_core", version = "0.5" }

0 commit comments

Comments
 (0)