Skip to content

Commit

Permalink
ci: Add dependency check (paradedb#105)
Browse files Browse the repository at this point in the history
* Add dep check

* Rm unused deps
  • Loading branch information
philippemnoel authored and shamb0 committed Aug 29, 2024
1 parent f8d5367 commit 57c60a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ jobs:

- name: Run Clippy
run: cargo clippy --workspace --all-targets -- -D warnings --no-deps

- name: Dependency Check
run: cargo install cargo-machete && cargo machete
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pg_test = []

[dependencies]
anyhow = "1.0.83"
arrow-buffer = "52.0.0"
async-std = { version = "1.12.0", features = ["tokio1", "attributes"] }
chrono = "0.4.34"
duckdb = { git = "https://github.com/paradedb/duckdb-rs.git", features = [
Expand All @@ -30,7 +29,6 @@ pgrx = "0.12.1"
serde = "1.0.201"
serde_json = "1.0.120"
signal-hook = "0.3.17"
signal-hook-async-std = "0.2.2"
strum = { version = "0.26.3", features = ["derive"] }
supabase-wrappers = { git = "https://github.com/paradedb/wrappers.git", default-features = false, rev = "c6f5e79" }
thiserror = "1.0.59"
Expand Down

0 comments on commit 57c60a7

Please sign in to comment.