Skip to content

Commit f400d55

Browse files
committed
Bump MSRV in CI
1 parent 2fe234f commit f400d55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Test both windows-gnu and windows-msvc; use beta rust on one
4444
- os: ubuntu-latest
4545
target: x86_64-unknown-linux-gnu
46-
toolchain: 1.51.0 # MSRV
46+
toolchain: 1.56.0 # MSRV
4747
- os: ubuntu-latest
4848
deps: sudo apt-get update ; sudo apt install gcc-multilib
4949
target: i686-unknown-linux-gnu

rand_chacha/src/chacha.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ mod test {
634634
}
635635

636636
#[test]
637+
#[cfg(feature = "std")]
637638
fn test_trait_objects() {
638639
use rand_core::CryptoRng;
639640

0 commit comments

Comments
 (0)