Skip to content

Commit a6e76ba

Browse files
FFI: declare compatible with version 2.x.x.
1 parent b2a5b1a commit a6e76ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
collection: ^1.15.0
1414
# take care updating flatbuffers - keep aligned with other bindings
1515
flat_buffers: 2.0.5
16-
ffi: ^1.0.0
16+
ffi: '>=1.0.0 <3.0.0'
1717
meta: ^1.3.0
1818
path: ^1.8.0
1919

0 commit comments

Comments
 (0)