Skip to content

Commit 9051112

Browse files
committed
actually pin nextest
1 parent 6097ff2 commit 9051112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: cargo-bins/cargo-binstall@main
144144

145145
- name: Install nextest
146-
run: cargo binstall cargo-nextest --secure --locked
146+
run: cargo binstall cargo-nextest@0.9.126 --secure --locked
147147

148148
- name: Install python
149149
uses: actions/setup-python@v5

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.91.0"
2+
channel = "1.89.0"
33
components = ["rustfmt", "clippy"]
44
targets = [
55
"x86_64-apple-darwin",

0 commit comments

Comments
 (0)