We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd020c commit 1991d0cCopy full SHA for 1991d0c
.travis.yml
@@ -268,7 +268,7 @@ before_install:
268
269
script:
270
- cargo test --tests --no-default-features
271
- - cargo test --no-default-features --features getrandom
+ - cargo test --tests --no-default-features --features getrandom
272
# TODO: add simd_support feature:
273
- cargo test --features=serde1,log
274
- cargo test --examples
Cargo.toml
@@ -91,6 +91,3 @@ autocfg = "0.1"
91
92
[package.metadata.docs.rs]
93
all-features = true
94
-
95
-[patch.crates-io]
96
-rand_core = { path = "rand_core", version = "0.5" }
0 commit comments