Skip to content

Commit f33a715

Browse files
committed
CI: Bump tested rust version
1 parent e6faa0e commit f33a715

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- uses: dtolnay/rust-toolchain@master
4040
with:
41-
toolchain: 1.76.0
41+
toolchain: 1.80.1
4242
components: clippy, rustfmt
4343

4444
- name: Run tests

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ rust-mode:
341341
(setq rust-mode-treesitter-derive t))
342342
```
343343

344-
And make to have rustic load after rust-mode:
344+
And then make sure to have rustic load after rust-mode:
345345

346346
``` emacs-lisp
347347
(use-package rustic

0 commit comments

Comments
 (0)