ci: require cargo.lock up to date (#2094)

This commit is contained in:
Ning Sun
2023-08-04 10:59:01 +08:00
committed by GitHub
parent e5663a075f
commit 93cd4ab89d
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Run cargo check
run: cargo check --workspace --all-targets
run: cargo check --locked --workspace --all-targets
toml:
name: Toml Check

1
Cargo.lock generated
View File

@@ -7238,6 +7238,7 @@ dependencies = [
"ahash 0.8.3",
"approx_eq",
"arc-swap",
"arrow",
"arrow-schema",
"async-stream",
"async-trait",