There was an error while loading. Please reload this page.
1 parent 9599b00 commit 21edd36Copy full SHA for 21edd36
1 file changed
.github/workflows/ci.yml
@@ -61,9 +61,9 @@ jobs:
61
- uses: actions/checkout@v4
62
- name: Install Rust (rustup)
63
run: |
64
- rustup toolchain install ${version} nightly --profile minimal --no-self-update
+ rustup toolchain install ${version} --profile minimal --no-self-update
65
rustup default ${version}
66
- cargo +nightly update -Zminimal-versions
+ cargo update -Zminimal-versions
67
shell: bash
68
- run: cargo build
69
- run: cargo build --all-features
0 commit comments