We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf3690 commit 5fb361cCopy full SHA for 5fb361c
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- uses: dtolnay/rust-toolchain@master
35
with:
36
- toolchain: 1.74.1
+ toolchain: 1.76.0
37
components: clippy, rustfmt
38
39
- name: Run tests
CHANGELOG.org
@@ -7,3 +7,4 @@
7
rely on babel's internal stuff. This was needed to fix the tests.
8
- Fix flaky tests.
9
- Enable tests for Emacs 29.1
10
+- Update rustc to 1.76.0
0 commit comments