Skip to content

Commit 2dc6271

Browse files
authored
Merge pull request #51 from weissi/jw-newproto
up swift-protobuf requirement (not compiling with old)
2 parents 611f98e + 4ff3b33 commit 2dc6271

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Package.resolved

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
],
2525
dependencies: [
2626
.package(url: "https://github.com/apple/swift-nio.git", from: "2.68.0"),
27-
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.20.3"),
27+
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.28.0"),
2828
.package(url: "https://github.com/apple/swift-tools-support-core.git", "0.2.7" ..< "0.6.0"),
2929
],
3030
targets: [

0 commit comments

Comments
 (0)