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 e08ea81 commit 1bf97ecCopy full SHA for 1bf97ec
.github/workflows/cont_integration.yml
@@ -33,6 +33,8 @@ jobs:
33
run: rustup component add clippy
34
- name: Update toolchain
35
run: rustup update
36
+ - name: Update Cargo.lock
37
+ run: cargo update
38
- name: Build
39
run: cargo build
40
- name: Clippy
0 commit comments