Skip to content

Commit d20ef0c

Browse files
committed
Pin Rust version in CI
1 parent 7e6748d commit d20ef0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
--health-timeout 5s
4040
--health-retries 5
4141
steps:
42+
- run: rustup update 1.85 && rustup default 1.85
4243
- uses: actions/checkout@v4
4344
- name: Build
4445
run: cargo build --all-features --workspace

0 commit comments

Comments
 (0)