From 3bab868f2317a6ff636958bb8152887e6a34ecf6 Mon Sep 17 00:00:00 2001 From: IceSentry Date: Mon, 19 Feb 2024 15:20:49 -0500 Subject: [PATCH] update toolchain stuff --- .github/workflows/release.yml | 1 - toolchain.toml => rust-toolchain.toml | 0 2 files changed, 1 deletion(-) rename toolchain.toml => rust-toolchain.toml (100%) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 847a2b4..74539c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,5 +18,4 @@ jobs: with: publish: ${{ (github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.publish)) && 'true' || 'false' }} publish_public_registry: true - toolchain: "1.70" secrets: inherit diff --git a/toolchain.toml b/rust-toolchain.toml similarity index 100% rename from toolchain.toml rename to rust-toolchain.toml