Skip to content

Commit

Permalink
Fix Cargo.lock to build with older version.
Browse files Browse the repository at this point in the history
Signed-off-by: lucasliang <[email protected]>
  • Loading branch information
LykxSassinator committed Dec 4, 2024
1 parent ecb7704 commit 42addfd
Show file tree
Hide file tree
Showing 6 changed files with 2,361 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
toolchain: nightly-2023-07-01
override: true
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v1
with:
sharedKey: ${{ matrix.os }}
- name: Install grcov
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install --locked grcov --version 0.8.10; fi
- name: Run tests
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## File system
.DS_Store
Cargo.lock

## Build
/target
Expand Down
Loading

0 comments on commit 42addfd

Please sign in to comment.