Skip to content

Commit 2e07099

Browse files
authored
deps: update to iceberg-rust 0.9.0 rc1 (#3657)
1 parent 919c9ad commit 2e07099

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

native/Cargo.lock

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

native/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ object_store = { version = "0.12.3", features = ["gcp", "azure", "aws", "http"]
5555
url = "2.2"
5656
aws-config = "1.8.14"
5757
aws-credential-types = "1.2.13"
58-
iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "854f66d" }
59-
iceberg-storage-opendal = { git = "https://github.com/apache/iceberg-rust", rev = "854f66d", features = ["opendal-all"] }
58+
iceberg = { git = "https://github.com/apache/iceberg-rust", tag = "v0.9.0-rc.1" }
59+
iceberg-storage-opendal = { git = "https://github.com/apache/iceberg-rust", tag = "v0.9.0-rc.1", features = ["opendal-all"] }
6060

6161
[profile.release]
6262
debug = true

0 commit comments

Comments
 (0)