We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6748d commit d20ef0cCopy full SHA for d20ef0c
.github/workflows/rust.yml
@@ -39,6 +39,7 @@ jobs:
39
--health-timeout 5s
40
--health-retries 5
41
steps:
42
+ - run: rustup update 1.85 && rustup default 1.85
43
- uses: actions/checkout@v4
44
- name: Build
45
run: cargo build --all-features --workspace
0 commit comments