Skip to content

Commit fbc8a25

Browse files
committed
Raise Rust version in CI
1 parent 5bfef78 commit fbc8a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
# Always run MSRV too!
21-
rust: ["stable", "1.76"]
21+
rust: ["stable", "1.86"]
2222
features: ['log', 'defmt-log', '""']
2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)