Skip to content

Commit cef96f5

Browse files
committed
Remove Cargo.lock
1 parent abb8b3b commit cef96f5

File tree

3 files changed

+2
-2921
lines changed

3 files changed

+2
-2921
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cargo update -p tempfile:3.7.0 --precise 3.6.0
5858
cargo update -p base64ct --precise 1.5.3
5959
- name: Build
60-
run: cargo build --no-default-features --features repl,${{ matrix.features }} --locked
60+
run: cargo build --no-default-features --features repl,${{ matrix.features }}
6161
- name: Clippy
6262
run: cargo clippy -- -D warnings
6363
- name: Test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
*.swp
44
.idea
5+
Cargo.lock

0 commit comments

Comments
 (0)