Skip to content

Commit 041b53b

Browse files
Upgrade object_store_ffi to v0.12.0 (#10507)
1 parent c3f720f commit 041b53b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

O/object_store_ffi/build_tarballs.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using BinaryBuilder
22

33
name = "object_store_ffi"
4-
version = v"0.11.1"
4+
version = v"0.12.0"
55

66
sources = [
7-
# https://github.com/RelationalAI/object_store_ffi/commit/5e48e67b09de61ed6214dec893026c492ffd30e6
8-
GitSource("https://github.com/RelationalAI/object_store_ffi.git", "5e48e67b09de61ed6214dec893026c492ffd30e6")
7+
# https://github.com/RelationalAI/object_store_ffi/commit/6580c337099b8a3b95804301347a309d4f5be1f6
8+
GitSource("https://github.com/RelationalAI/object_store_ffi.git", "6580c337099b8a3b95804301347a309d4f5be1f6")
99
]
1010

1111
# Bash recipe for building across all platforms

0 commit comments

Comments
 (0)