Skip to content

Commit ceba619

Browse files
committed
Bump MSRV to 1.77 to support C-string literals
1 parent 51b6599 commit ceba619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions-rs/toolchain@v1
104104
with:
105105
profile: minimal
106-
toolchain: 1.75.0 # clippy is too much of a moving target at the moment
106+
toolchain: 1.77.0 # clippy is too much of a moving target at the moment
107107
override: true
108108
components: clippy
109109
- uses: actions-rs/clippy-check@v1

0 commit comments

Comments
 (0)