From 588f65c8be5909955cd26e26a0a6d62950f1eb19 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 26 Mar 2024 18:47:54 +0100 Subject: [PATCH] MSRV tests don't need to include moving version targets --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e4d7c6..361dd8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,6 @@ jobs: - 1.51.0 # Oldest supported with ptr::addr_of! - 1.65.0 # Oldest supported with stable const evaluation (sans cell) - 1.77.0 # Oldest supported with native `offset_of!` - - stable - - beta - - nightly steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master