Skip to content

Commit 9f417e5

Browse files
committed
iceberg 0.8
1 parent b348024 commit 9f417e5

File tree

2 files changed

+21
-32
lines changed

2 files changed

+21
-32
lines changed

Cargo.lock

Lines changed: 18 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ human-units = {version = "0.5.3", features = ["iec-units"]}
9797
humantime = "2.2.0"
9898
hyper = { version = "1.3", features = ["full"] }
9999
hyper-util = { version = "0.1", features = ["full"] }
100-
iceberg = { git = "https://github.com/apache/iceberg-rust.git", branch = "main" }
101-
iceberg-catalog-rest = { git = "https://github.com/apache/iceberg-rust.git", branch = "main" }
102-
iceberg-datafusion = { git = "https://github.com/apache/iceberg-rust.git", branch = "main" }
100+
iceberg = "0.8"
101+
iceberg-catalog-rest = "0.8"
102+
iceberg-datafusion = "0.8"
103103
jsonschema = "0.33.0"
104104
lazy_static = "1.4.0"
105105
libsql = { version = "0.9.18", default-features = false, features = ["core"] }

0 commit comments

Comments
 (0)