Skip to content

Commit

Permalink
Remove Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Aug 2, 2023
1 parent abb8b3b commit cef96f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,921 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cargo update -p tempfile:3.7.0 --precise 3.6.0
cargo update -p base64ct --precise 1.5.3
- name: Build
run: cargo build --no-default-features --features repl,${{ matrix.features }} --locked
run: cargo build --no-default-features --features repl,${{ matrix.features }}
- name: Clippy
run: cargo clippy -- -D warnings
- name: Test
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

*.swp
.idea
Cargo.lock
Loading

0 comments on commit cef96f5

Please sign in to comment.