Skip to content

Commit

Permalink
apacheGH-44432: [Swift] Use flatbuffers v24.3.7 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 16, 2024
1 parent 3d8301c commit 6983ebb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions swift/Arrow/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ let package = Package(
targets: ["Arrow"])
],
dependencies: [
// The latest version of flatbuffers v23.5.26 was built in May 26, 2023
// and therefore doesn't include the unaligned buffer swift changes.
// This can be changed back to using the tag once a new version of
// flatbuffers has been released.
.package(url: "https://github.com/google/flatbuffers.git", branch: "master"),
.package(
url: "https://github.com/google/flatbuffers.git",
.upToNextMajor(from: "v24.3.7")
),
.package(
url: "https://github.com/apple/swift-atomics.git",
.upToNextMajor(from: "1.2.0") // or `.upToNextMinor
Expand Down

0 comments on commit 6983ebb

Please sign in to comment.