Skip to content

Commit

Permalink
ci: setup cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
antoKeinanen committed Aug 25, 2023
1 parent a2e3f7e commit a4f4ce7
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cargo
key: rust-deps-${{ hashFiles('**/Cargo.lock') }}
key: rust-deps-${{ hashFiles('**/Cargo.toml') }}
restore-keys: |
rust-deps-
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
351 changes: 351 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4f4ce7

Please sign in to comment.