Skip to content

Commit

Permalink
IOS-8085: Lift version requirement for swift-protobuf-binaries SPM …
Browse files Browse the repository at this point in the history
…dep, update it to `1.25.2-tangem3`

Signed-off-by: Andrey Fedorov <[email protected]>
  • Loading branch information
m3g0byt3 committed Oct 28, 2024
1 parent c6d53c7 commit bc922af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tangem/swift-protobuf-binaries.git",
"state" : {
"revision" : "de30521530591d98be12133724e3d78bc0524e41",
"version" : "1.25.2-tangem1"
"revision" : "594a9b8c47df13087ee0a1f25dbc64173604d0e9",
"version" : "1.25.2-tangem3"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/tangem/swift-protobuf-binaries.git",
exact: "1.25.2-tangem1"
.upToNextMajor(from: "1.25.2-tangem1")
),
],
targets: [
Expand Down

0 comments on commit bc922af

Please sign in to comment.