File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,10 @@ let package = Package(
31
31
targets: [ " Arrow " ] )
32
32
] ,
33
33
dependencies: [
34
- // The latest version of flatbuffers v23.5.26 was built in May 26, 2023
35
- // and therefore doesn't include the unaligned buffer swift changes.
36
- // This can be changed back to using the tag once a new version of
37
- // flatbuffers has been released.
38
- . package ( url: " https://github.com/google/flatbuffers.git " , branch: " master " ) ,
34
+ . package (
35
+ url: " https://github.com/google/flatbuffers.git " ,
36
+ . upToNextMajor( from: " v24.3.7 " )
37
+ ) ,
39
38
. package (
40
39
url: " https://github.com/apple/swift-atomics.git " ,
41
40
. upToNextMajor( from: " 1.2.0 " ) // or `.upToNextMinor
You can’t perform that action at this time.
0 commit comments