Skip to content

Commit

Permalink
fix: Swift flatbuffers version pinning (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig authored Jan 8, 2025
1 parent 9924b6a commit f3f633d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["OpenMeteoSdk"]),
],
dependencies: [
.package(url: "https://github.com/google/flatbuffers.git", from: "24.3.25")
.package(url: "https://github.com/google/flatbuffers.git", exact: "24.3.25")
],
targets: [
.target(
Expand Down

0 comments on commit f3f633d

Please sign in to comment.