Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Aug 5, 2024
1 parent 4199c34 commit d86336a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ walkdir = "2.5.0"
worker = "0.3.0"
xshell = "0.2.6"
zigzag = "0.1.0"
url = "2"
tempfile = "3"

[workspace.lints.rust]
warnings = "deny"
Expand Down
4 changes: 2 additions & 2 deletions vortex-datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ pin-project = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }
url = "2"
tempfile = "3"
url = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true, features = ["test-util", "rt-multi-thread"] }

[lints]
Expand Down

0 comments on commit d86336a

Please sign in to comment.