Skip to content

Commit 3f783ff

Browse files
committed
bump rand_core from 0.6.4 to 0.9.2
1 parent 9e7faa4 commit 3f783ff

24 files changed

+371
-243
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
rust:
19-
- 1.83.0 # MSRV
19+
- 1.85.0 # MSRV
2020
- stable
2121
target:
2222
- thumbv7em-none-eabi
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
rust:
38-
- 1.83.0 # MSRV
38+
- 1.85.0 # MSRV
3939
- stable
4040
steps:
4141
- uses: actions/checkout@v4
@@ -71,5 +71,5 @@ jobs:
7171
- uses: RustCrypto/actions/cargo-cache@master
7272
- uses: dtolnay/rust-toolchain@master
7373
with:
74-
toolchain: nightly-2024-10-06
74+
toolchain: nightly-2025-02-22
7575
- run: cargo build --benches

.github/workflows/workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: RustCrypto/actions/cargo-cache@master
1818
- uses: dtolnay/rust-toolchain@master
1919
with:
20-
toolchain: 1.83.0
20+
toolchain: 1.85.0
2121
components: clippy
2222
- run: cargo clippy --all -- -D warnings
2323

@@ -40,7 +40,7 @@ jobs:
4040
- uses: dtolnay/rust-toolchain@master
4141
with:
4242
# We need Nightly for doc_auto_cfg
43-
toolchain: nightly-2024-11-30
43+
toolchain: nightly-2025-02-22
4444
- uses: Swatinem/rust-cache@v2
4545
- env:
4646
RUSTDOCFLAGS: "-Dwarnings --cfg docsrs"

0 commit comments

Comments
 (0)