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 1c4288d commit 338150cCopy full SHA for 338150c
1 file changed
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
run: cargo test --manifest-path native/ecto_libsql/Cargo.toml --all-features
57
58
- name: Install cargo-deny
59
- run: cargo install cargo-deny --locked
+ run: cargo install cargo-deny --force --locked
60
61
- name: Check licences and security advisories
62
working-directory: native/ecto_libsql
0 commit comments