Skip to content

Commit

Permalink
make it optional
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Mar 5, 2024
1 parent 461cbbd commit a37e4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ datafusion-physical-expr = { workspace = true, default-features = true }
hex = { version = "0.4", optional = true }
itertools = { workspace = true }
log = { workspace = true }
regex = { version = "1.8" }
regex = { version = "1.8" , optional = true}

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit a37e4f3

Please sign in to comment.