Skip to content

Commit 1ac4faa

Browse files
committed
bump dependencies to pre-releases
1 parent cb2706f commit 1ac4faa

File tree

13 files changed

+208
-179
lines changed

13 files changed

+208
-179
lines changed

.github/workflows/ssh-key.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
rust:
62-
- 1.65.0 # MSRV
62+
- 1.72.0 # MSRV
6363
- stable
6464
target:
6565
- thumbv7em-none-eabi
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
matrix:
8080
rust:
81-
- 1.65.0 # MSRV
81+
- 1.72.0 # MSRV
8282
- stable
8383
steps:
8484
- uses: actions/checkout@v4

.github/workflows/workspace.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: dtolnay/rust-toolchain@stable
2323
with:
24-
toolchain: 1.69.0
24+
toolchain: 1.72.0
2525
components: clippy
2626
- run: cargo clippy --all-features
2727

0 commit comments

Comments
 (0)