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 d662210 commit a1366fcCopy full SHA for a1366fc
.github/workflows/build.yml
@@ -359,6 +359,7 @@ jobs:
359
uses: dtolnay/rust-toolchain@stable
360
with:
361
targets: ${{matrix.architecture}}
362
+ toolchain: ${{RUST_VERSION}}
363
364
- name: Build
365
run: cargo build --release --target ${{matrix.architecture}} --features=vendored
.gitignore
@@ -1,7 +1,6 @@
1
.vscode
2
target
3
out
4
-Cargo.lock
5
.DS_Store
6
.tmp
7
*.so
0 commit comments