We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df3e8a commit e8763d4Copy full SHA for e8763d4
I/iceberg_rust_ffi/build_tarballs.jl
@@ -1,15 +1,15 @@
1
using BinaryBuilder
2
3
name = "iceberg_rust_ffi"
4
-version = v"0.2.0"
+version = v"0.3.0"
5
6
sources = [
7
- GitSource("https://github.com/RelationalAI/iceberg_rust_ffi.git", "e7bb4368f0355e4f0a15b3c8ad14d8c136bca38a"),
+ GitSource("https://github.com/RelationalAI/RustyIceberg.jl.git", "a23022e750770ddb983dbaa7f3f103753f2813aa"),
8
]
9
10
# Bash recipe for building across all platforms
11
script = raw"""
12
-cd ${WORKSPACE}/srcdir/iceberg_rust_ffi/
+cd ${WORKSPACE}/srcdir/RustyIceberg.jl/iceberg_rust_ffi/
13
14
# Build the library with native compilation
15
cargo rustc --release --lib --crate-type=cdylib
0 commit comments