Skip to content

Commit

Permalink
Reduce MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 11, 2024
1 parent dfa5de3 commit b587d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
uses: extractions/setup-just@v2
with:
just-version: ${{matrix.just_version}}
- name: install rust-toolchain
- name: install rustup
uses: dtolnay/rust-toolchain@stable
- run: just install-rust-toolchain ${{matrix.toolchain}}
- name: Checkout
uses: actions/checkout@v4
- run: just --yes llvm_version=${{matrix.llvm}} refresh-compile-env
- run: just --yes fake-nix
- run: just install-rust-toolchain ${{matrix.toolchain}}
- name: build
run: just cargo +${{matrix.toolchain}} build --profile=${{matrix.profile}} --target=${{matrix.target}}
- name: test
Expand Down
7 changes: 0 additions & 7 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit b587d84

Please sign in to comment.