Skip to content

Commit

Permalink
Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Aug 31, 2023
1 parent ff16d35 commit 343c143
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions crates/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ license = "Apache-2.0"
keywords = ["iceberg"]

[dependencies]
serde = { version = "^1.0", features = ["rc"] }
serde_bytes = "0.11.8"
serde_json = "^1.0"
serde_derive = "^1.0"
anyhow = "1.0.72"
apache-avro = "0.15"
bimap = "0.6"
Expand All @@ -43,9 +39,12 @@ lazy_static = "1"
once_cell = "1"
ordered-float = "3.7.0"
rust_decimal = "1.31.0"
serde = { version = "^1.0", features = ["rc"] }
serde_bytes = "0.11.8"
serde_derive = "^1.0"
serde_json = "^1.0"
serde_repr = "0.1.16"
uuid = "1.4.1"


[dev-dependencies]
pretty_assertions = "1.4.0"

0 comments on commit 343c143

Please sign in to comment.