From 111629006b036a74fc77be97cc1b6109475934cb Mon Sep 17 00:00:00 2001 From: Cameron <561860+wallies@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:21:27 +1000 Subject: [PATCH] rust toolchain default to rust-toolchain.toml (#161) --- .github/workflows/publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f814f06f..ff4b644e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -48,7 +48,6 @@ jobs: - uses: PyO3/maturin-action@683eb33e2cda131da55757dbac7628b2ef22df2f with: - rust-toolchain: stable manylinux: auto target: ${{ matrix.platform }} command: build