Skip to content

Commit

Permalink
Various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-thiel committed Jun 2, 2024
1 parent 81da77c commit ce5647b
Show file tree
Hide file tree
Showing 6 changed files with 730 additions and 504 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_json = { version = "^1.0", features = ["raw_value"] }
url = { version = "^2.5", features = ["serde"] }
uuid = { version = "^1.6", features = ["serde", "v4", "v7"] }
reqwest = { version = "^0.12", features = ["json"] }
iceberg = { git = "https://github.com/hansetag/iceberg-rust.git", tag = "0.2.1-rc1" }
iceberg = { git = "https://github.com/hansetag/iceberg-rust.git", tag = "0.2.1-rc3" }
typed-builder = "^0.18"
strum_macros = "^0.26"
axum = { version = "^0.7" }
Expand Down
3 changes: 3 additions & 0 deletions crates/iceberg-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ strum_macros = { workspace = true }
typed-builder = { workspace = true }
url = { workspace = true }
uuid = { workspace = true, features = ["serde"] }

[dev-dependencies]
lazy_static = { workspace = true }
Loading

0 comments on commit ce5647b

Please sign in to comment.