Skip to content

Commit 5fc183c

Browse files
authored
MSRV for canonical-path & secrecy (#1291)
* canonical-path: bump MSRV to 1.70.0 for once_cell dep * secrecy: bump MSRV to 1.61.0 for serde_derive dep
1 parent e790542 commit 5fc183c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/canonical-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macos-latest
2626
- windows-latest
2727
toolchain:
28-
- 1.63.0 # MSRV
28+
- 1.70.0 # MSRV
2929
- stable
3030
runs-on: ${{ matrix.platform }}
3131
steps:

.github/workflows/secrecy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macos-latest
2626
- windows-latest
2727
toolchain:
28-
- 1.60.0 # MSRV
28+
- 1.61.0 # MSRV
2929
- stable
3030
runs-on: ${{ matrix.platform }}
3131
steps:

0 commit comments

Comments
 (0)