Skip to content

Commit

Permalink
Bump MSRV in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Dec 6, 2022
1 parent 2fe234f commit f400d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Test both windows-gnu and windows-msvc; use beta rust on one
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
toolchain: 1.51.0 # MSRV
toolchain: 1.56.0 # MSRV
- os: ubuntu-latest
deps: sudo apt-get update ; sudo apt install gcc-multilib
target: i686-unknown-linux-gnu
Expand Down
1 change: 1 addition & 0 deletions rand_chacha/src/chacha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ mod test {
}

#[test]
#[cfg(feature = "std")]
fn test_trait_objects() {
use rand_core::CryptoRng;

Expand Down

0 comments on commit f400d55

Please sign in to comment.