Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Oct 13, 2024
1 parent 0f3d4b9 commit 9f172ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,5 @@ jobs:
run: rustup toolchain install nightly --profile minimal
- name: Build
run: |
cargo generate-lockfile
cargo +nightly update -Z minimal-versions
cargo build ${{ matrix.features.features }} --target ${{ matrix.target }}
1 change: 1 addition & 0 deletions minimal-versions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
edition = "2021"
name = "minimal-versions"
publish = false
rust-version = "1.60"
version = "0.0.0"

[dependencies]
Expand Down

0 comments on commit 9f172ba

Please sign in to comment.