Skip to content

Commit c7970af

Browse files
committed
Keep Cargo.lock under version control
1 parent 32e3b84 commit c7970af

File tree

5 files changed

+1877
-4
lines changed

5 files changed

+1877
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,6 @@ jobs:
222222
- name: Install rust toolchain
223223
uses: dtolnay/rust-toolchain@nightly
224224

225-
- name: Create a lockfile
226-
run: cargo check
227-
228225
- name: Update to minimal-versions
229226
# This has no effect if no `Cargo.lock` exists yet.
230227
run: cargo update -Z minimal-versions

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Cargo.lock
21
target/
32
*.gcda
43
*.gcno

0 commit comments

Comments
 (0)