We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6097ff2 commit 9051112Copy full SHA for 9051112
.github/workflows/ci.yml
@@ -143,7 +143,7 @@ jobs:
143
uses: cargo-bins/cargo-binstall@main
144
145
- name: Install nextest
146
- run: cargo binstall cargo-nextest --secure --locked
+ run: cargo binstall cargo-nextest@0.9.126 --secure --locked
147
148
- name: Install python
149
uses: actions/setup-python@v5
rust-toolchain.toml
@@ -1,5 +1,5 @@
1
[toolchain]
2
-channel = "1.91.0"
+channel = "1.89.0"
3
components = ["rustfmt", "clippy"]
4
targets = [
5
"x86_64-apple-darwin",
0 commit comments