From f659e7905d4bddf0b0e72e85a75eebd6737b9af8 Mon Sep 17 00:00:00 2001 From: Magnus Markling Date: Sun, 14 Jul 2024 11:02:52 +0200 Subject: [PATCH] use stable instead of stable 2 months --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5311082..ef927ff 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ If you want to setup the toolchain manually, you can set `rust-toolchain` to `ma - name: Setup Rust uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: stable 2 months ago + toolchain: stable - name: Check semver uses: obi1kenobi/cargo-semver-checks-action@v2 with: @@ -140,7 +140,7 @@ If you want to set up the toolchain manually, you can set `rust-toolchain` to `m - name: Setup Rust uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: stable 2 months ago + toolchain: stable target: aarch64-apple-darwin - name: Check semver uses: obi1kenobi/cargo-semver-checks-action@v2