Skip to content

Commit baac80b

Browse files
authored
bump rand_core from 0.6.4 to 0.9.2; edition 2024; bump MSRV to 1.85 (#478)
This also bumps the dependency of `signature` from `2.3.0-pre.4` to `2.3.0-pre.5`
1 parent 9e7faa4 commit baac80b

26 files changed

+384
-253
lines changed

.github/workflows/ci.yml

Lines changed: 4 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
@@ -51,6 +51,7 @@ jobs:
5151
- run: cargo test --release --features serde
5252

5353
minimal-versions:
54+
if: false # disabled until we remove pre-releases dependencies
5455
runs-on: ubuntu-latest
5556
steps:
5657
- uses: actions/checkout@v4
@@ -71,5 +72,5 @@ jobs:
7172
- uses: RustCrypto/actions/cargo-cache@master
7273
- uses: dtolnay/rust-toolchain@master
7374
with:
74-
toolchain: nightly-2024-10-06
75+
toolchain: nightly-2025-02-22
7576
- 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)