We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3353a commit 4d072e3Copy full SHA for 4d072e3
1 file changed
.github/workflows/build.yaml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v4
40
41
- name: Setup Rust toolchain
42
- uses: dtolnay/rust-toolchain@nightly
+ uses: dtolnay/rust-toolchain@stable
43
with:
44
targets: ${{ matrix.target }}
45
@@ -100,7 +100,7 @@ jobs:
100
python3
101
102
103
104
105
targets: x86_64-unknown-linux-gnu
106
@@ -156,7 +156,7 @@ jobs:
156
157
158
159
160
161
targets: aarch64-apple-darwin
162
0 commit comments