Skip to content

Commit

Permalink
fix: sort Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: callum-ryan <19956159+callum-ryan@users.noreply.github.com>
  • Loading branch information
callum-ryan committed Sep 11, 2024
1 parent 8229ea8 commit 61598af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/catalog/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ keywords = ["iceberg", "sql", "catalog"]
[dependencies]
async-trait = { workspace = true }
iceberg = { workspace = true }
serde_json = { workspace = true }
sqlx = { version = "0.8.1", features = ["any"], default-features = false }
typed-builder = { workspace = true }
uuid = { workspace = true, features = ["v4"] }
serde_json = { workspace = true }

[dev-dependencies]
iceberg_test_utils = { path = "../../test_utils", features = ["tests"] }
Expand Down

0 comments on commit 61598af

Please sign in to comment.