From 9f172ba6d3c3053541d4852126325c77426b499c Mon Sep 17 00:00:00 2001 From: daxpedda Date: Sun, 13 Oct 2024 23:58:37 +0200 Subject: [PATCH] Fix CI --- .github/workflows/test.yaml | 1 - minimal-versions/Cargo.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8aa2c21..d5fe584 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }} diff --git a/minimal-versions/Cargo.toml b/minimal-versions/Cargo.toml index 212a0a3..6ff429b 100644 --- a/minimal-versions/Cargo.toml +++ b/minimal-versions/Cargo.toml @@ -2,6 +2,7 @@ edition = "2021" name = "minimal-versions" publish = false +rust-version = "1.60" version = "0.0.0" [dependencies]