ml-dsa: bump rand_core to v0.9 (#899)

This commit is contained in:
Tony Arcieri
2025-02-13 12:54:14 -07:00
committed by GitHub
parent b532d1ee8f
commit bd3d94ce61
7 changed files with 1145 additions and 126 deletions
+3 -2
View File
@@ -15,6 +15,7 @@ defaults:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
RUST_MIN_STACK: 6291456
jobs:
test:
@@ -29,5 +30,5 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo test
- run: cargo test --all-features
- run: cargo test --release
- run: cargo test --all-features --release