Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: seperate solving from installing #1030

Merged
merged 12 commits into from
Sep 6, 2024
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.75.0"
toolchain: "1.80.0"
components: clippy,rustfmt
- uses: Swatinem/rust-cache@v2
- name: Check
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.75.0"
toolchain: "1.80.0"
targets: ${{ matrix.target }}

- name: Install musl-gcc
Expand Down
145 changes: 89 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading