Skip to content

Commit 8ec1930

Browse files
authored
Bump rand_core to v0.10.0-rc-2 (#417)
This also accordingly bumps all of the underlying crates to versions which (transitively) depend on the `rand`/`rand_core` v0.10 release series. The `ssh-key` crate's `getrandom` feature has been temporarily disabled to simplify the upgrade.
1 parent 3920302 commit 8ec1930

File tree

9 files changed

+123
-202
lines changed

9 files changed

+123
-202
lines changed

.github/workflows/ssh-key.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: RustCrypto/actions/cargo-hack-install@master
9191
- run: cargo hack test --feature-powerset --exclude-features default,dsa,ed25519,getrandom,p256,p384,p521,rsa,tdes,std,ppk --release
9292
- run: cargo test --release
93-
- run: cargo test --release --features getrandom
93+
#- run: cargo test --release --features getrandom # TODO(tarcieri): fix `getrandom` feature
9494
- run: cargo test --release --features std
9595
- run: cargo test --all-features # debug build
9696
- run: cargo test --release --all-features

0 commit comments

Comments
 (0)