Skip to content

Commit ec5c42d

Browse files
committed
test iceberg-rust 0.9.0 rc1
1 parent 9909535 commit ec5c42d

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

native/Cargo.lock

Lines changed: 17 additions & 17 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)