Skip to content

Commit

Permalink
Move dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Oct 31, 2024
1 parent eeb57e3 commit adbd07a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,3 @@ arrow-string = { version = "53.2.0", path = "./arrow-string" }
parquet = { version = "53.2.0", path = "./parquet", default-features = false }

chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
simdutf8 = { version = "0.1.5" }
2 changes: 1 addition & 1 deletion parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ paste = { version = "1.0" }
half = { version = "2.1", default-features = false, features = ["num-traits"] }
sysinfo = { version = "0.32.0", optional = true, default-features = false, features = ["system"] }
crc32fast = { version = "1.4.2", optional = true, default-features = false }
simdutf8 = { workspace = true }
simdutf8 = { version = "0.1.5"}

[dev-dependencies]
base64 = { version = "0.22", default-features = false, features = ["std"] }
Expand Down

0 comments on commit adbd07a

Please sign in to comment.