Skip to content

Commit 1fe5416

Browse files
committed
chore
1 parent 355cdd6 commit 1fe5416

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

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

datafusion/core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ criterion = { workspace = true, features = ["async_tokio", "async_futures"] }
165165
ctor = { workspace = true }
166166
datafusion-doc = { workspace = true }
167167
datafusion-functions-window-common = { workspace = true }
168+
datafusion-macros = { workspace = true }
168169
datafusion-physical-optimizer = { workspace = true }
169170
doc-comment = { workspace = true }
170171
env_logger = { workspace = true }
@@ -181,7 +182,7 @@ test-utils = { path = "../../test-utils" }
181182
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot", "fs"] }
182183

183184
[package.metadata.cargo-machete]
184-
ignored = ["datafusion-doc"]
185+
ignored = ["datafusion-doc", "datafusion-macros"]
185186

186187
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
187188
nix = { version = "0.30.1", features = ["fs"] }

0 commit comments

Comments
 (0)