Skip to content

Commit 5137b6b

Browse files
Use stable rust in rust-toolchain.toml (#91)
1 parent de0a5e4 commit 5137b6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
target: ${{ matrix.platform.target }}
5353
args: --release --out dist --find-interpreter
54-
sccache: 'true'
54+
sccache: 'false'
5555
# See https://github.com/PyO3/maturin-action/issues/222
5656
manylinux: ${{ matrix.platform.target == 'aarch64' && '2_28' || 'auto' }}
5757
- name: Upload wheels
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
target: ${{ matrix.platform.target }}
8282
args: --release --out dist --find-interpreter
83-
sccache: 'true'
83+
sccache: 'false'
8484
manylinux: musllinux_1_2
8585
- name: Upload wheels
8686
uses: actions/upload-artifact@v4

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.84.1"
2+
channel = "stable"
33
profile = "minimal"
44
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)