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 4a2c7cf commit c0fc85dCopy full SHA for c0fc85d
.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
19
20
# Check if the lockfile requires updating.
21
# See: https://users.rust-lang.org/t/check-if-the-cargo-lock-is-up-to-date-without-building-anything/91048/6
22
- - run: cargo update --dry-run
+ - run: cargo update -w --locked
23
working-directory: bindings/rust
24
25
- run: cargo test
0 commit comments