Skip to content

Commit 458c6cf

Browse files
committed
Ensure Cargo.lock is current
1 parent 6e48ec0 commit 458c6cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/rust.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
DUCKDB_LIB_DIR: ${{ github.workspace }}/libduckdb
5757
DUCKDB_INCLUDE_DIR: ${{ github.workspace }}/libduckdb
5858
LD_LIBRARY_PATH: ${{ github.workspace }}/libduckdb
59-
run: |
60-
cargo clippy --all-targets --workspace --all-features -- -D warnings
59+
run: cargo clippy --all-targets --all-features --locked -- -D warnings
6160

6261
# For windows
6362
- name: Windows extract duckdb

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)