Skip to content

Commit a1366fc

Browse files
chore: include cargo.lock file
Signed-off-by: Berend Sliedrecht <[email protected]>
1 parent d662210 commit a1366fc

File tree

3 files changed

+270
-213
lines changed

3 files changed

+270
-213
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ jobs:
359359
uses: dtolnay/rust-toolchain@stable
360360
with:
361361
targets: ${{matrix.architecture}}
362+
toolchain: ${{RUST_VERSION}}
362363

363364
- name: Build
364365
run: cargo build --release --target ${{matrix.architecture}} --features=vendored

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.vscode
22
target
33
out
4-
Cargo.lock
54
.DS_Store
65
.tmp
76
*.so

0 commit comments

Comments
 (0)