Skip to content

Commit 12d37c8

Browse files
authored
update RustyIceberg JLL dependency compat to 0.5 (#28)
0.5 because we changed position column to be signed instead of unsigned
1 parent 506489c commit 12d37c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "RustyIceberg"
22
uuid = "390bdf5b-b624-43dc-a846-0ef7a3405804"
3-
version = "0.4.0"
3+
version = "0.5.0"
44

55
[deps]
66
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
@@ -11,7 +11,7 @@ iceberg_rust_ffi_jll = "6bd5c94f-693c-53e3-983d-a09fad412f22"
1111
Arrow = "2.0"
1212
julia = "1.10"
1313
Preferences = "1.3"
14-
iceberg_rust_ffi_jll = "0.4"
14+
iceberg_rust_ffi_jll = "0.5"
1515

1616
[extras]
1717
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)