Skip to content

Commit 102aa14

Browse files
authored
iceberg-rust upgrade: fix position to be signed (#26)
1 parent 996294c commit 102aa14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iceberg_rust_ffi/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iceberg_rust_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default = ["julia"]
1212
julia = []
1313

1414
[dependencies]
15-
iceberg = { git = "https://github.com/RelationalAI/iceberg-rust.git", rev = "97ce7c91e4f2f3edaaf6d21c3ac7f59a7534aa1f" }
15+
iceberg = { git = "https://github.com/RelationalAI/iceberg-rust.git", rev = "f2e1fa29c983244d607d5b61e789e810b291f810" }
1616
object_store_ffi = { git = "https://github.com/RelationalAI/object_store_ffi", rev = "79b08071c7a1642532b5891253280861eca9e44e", default-features = false }
1717
tokio = { version = "1.0", features = ["full"] }
1818
futures = "0.3"

0 commit comments

Comments
 (0)