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 2fe234f commit f400d55Copy full SHA for f400d55
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
# Test both windows-gnu and windows-msvc; use beta rust on one
44
- os: ubuntu-latest
45
target: x86_64-unknown-linux-gnu
46
- toolchain: 1.51.0 # MSRV
+ toolchain: 1.56.0 # MSRV
47
48
deps: sudo apt-get update ; sudo apt install gcc-multilib
49
target: i686-unknown-linux-gnu
rand_chacha/src/chacha.rs
@@ -634,6 +634,7 @@ mod test {
634
}
635
636
#[test]
637
+ #[cfg(feature = "std")]
638
fn test_trait_objects() {
639
use rand_core::CryptoRng;
640
0 commit comments