Skip to content

Commit

Permalink
Remove yet more
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Dec 20, 2024
1 parent 64c8b39 commit 9948ba7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ tokio = { workspace = true, features = ["full"] }
build-data = { workspace = true }

[package.metadata.cargo-machete]
ignored = ["build_data"] # apparently cargo-machete doesn't find dependencies used by build scripts
ignored = ["build_data", "build-data"] # apparently cargo-machete doesn't find dependencies used by build scripts
1 change: 0 additions & 1 deletion crates/connectors/ndc-bigquery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ insta = { workspace = true, features = ["json"] }
env_logger = { workspace = true }
hyper = { workspace = true, features = ["tcp"] }
reqwest = { workspace = true, features = ["rustls-tls"] }
url = { workspace = true }

0 comments on commit 9948ba7

Please sign in to comment.