Skip to content

Commit

Permalink
Fix Cargo.toml order
Browse files Browse the repository at this point in the history
  • Loading branch information
rshkv committed Jan 2, 2025
1 parent cca84fc commit 1544e11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ apache-avro = { workspace = true }
array-init = { workspace = true }
arrow-arith = { workspace = true }
arrow-array = { workspace = true }
arrow-cast = { workspace = true }
arrow-cast = { workspace = true, features = ["prettyprint"] }
arrow-ord = { workspace = true }
arrow-schema = { workspace = true }
arrow-select = { workspace = true }
Expand Down Expand Up @@ -85,7 +85,6 @@ uuid = { workspace = true }
zstd = { workspace = true }

[dev-dependencies]
arrow-cast = { workspace = true, features = ["prettyprint"]}
ctor = { workspace = true }
expect-test = { workspace = true }
iceberg-catalog-memory = { workspace = true }
Expand Down

0 comments on commit 1544e11

Please sign in to comment.