Skip to content

Commit 7fae06e

Browse files
committed
bump msrv
1 parent c1f1a87 commit 7fae06e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dsa.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- thumbv7em-none-eabi
2525
- wasm32-unknown-unknown
2626
toolchain:
27-
- 1.72.0 # MSRV
27+
- 1.73.0 # MSRV
2828
- stable
2929
steps:
3030
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
- macos-latest
4343
- windows-latest
4444
toolchain:
45-
- 1.72.0 # MSRV
45+
- 1.73.0 # MSRV
4646
- stable
4747
runs-on: ${{ matrix.platform }}
4848
steps:

0 commit comments

Comments
 (0)