Skip to content

Commit

Permalink
feat: seperate solving from installing (prefix-dev#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored and wolfv committed Nov 6, 2024
1 parent 9a9a4d4 commit 1eb5a75
Show file tree
Hide file tree
Showing 27 changed files with 1,855 additions and 915 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 @@ -127,7 +127,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

0 comments on commit 1eb5a75

Please sign in to comment.