Skip to content

Commit

Permalink
Update protobuf!
Browse files Browse the repository at this point in the history
  • Loading branch information
innala committed Nov 9, 2023
1 parent 2dc0539 commit 4936739
Show file tree
Hide file tree
Showing 4 changed files with 1,886 additions and 2,112 deletions.
2 changes: 1 addition & 1 deletion IGDB-SWIFT-API.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'
s.source_files = 'Sources/IGDB-SWIFT-API/**/*.swift'

s.dependency 'SwiftProtobuf', '~> 1.21.0'
s.dependency 'SwiftProtobuf', '~> 1.25.1'
s.dependency 'Just', '~> 0.8.0'
end
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/apple/swift-protobuf.git",
"state": {
"branch": null,
"revision": "0af9125c4eae12a4973fb66574c53a54962a9e1e",
"version": "1.21.0"
"revision": "07f7f26ded8df9645c072f220378879c4642e063",
"version": "1.25.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/dduan/Just.git", from: "0.8.0"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.21.0")
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.25.1")
],
targets: [
.target(
Expand Down
Loading

0 comments on commit 4936739

Please sign in to comment.