Skip to content

Commit a0b649e

Browse files
committed
Stage Cargo.lock
1 parent faca46c commit a0b649e

File tree

3 files changed

+2146
-4
lines changed

3 files changed

+2146
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ jobs:
104104
toolchain: nightly
105105
components: rustfmt
106106

107-
- name: Cargo generate lockfile
108-
run: cargo +nightly -Z minimal-versions update
109-
110107
- name: Setup cargo cache
111108
uses: actions/cache@v3
112109
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/target
22
**/*.rs.bk
3-
Cargo.lock
43
/.cargo
54
/vendor
65
core

0 commit comments

Comments
 (0)