We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faca46c commit a0b649eCopy full SHA for a0b649e
.github/workflows/ci.yml
@@ -104,9 +104,6 @@ jobs:
104
toolchain: nightly
105
components: rustfmt
106
107
- - name: Cargo generate lockfile
108
- run: cargo +nightly -Z minimal-versions update
109
-
110
- name: Setup cargo cache
111
uses: actions/cache@v3
112
with:
.gitignore
@@ -1,6 +1,5 @@
1
/target
2
**/*.rs.bk
3
-Cargo.lock
4
/.cargo
5
/vendor
6
core
0 commit comments