We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5910935 commit 0a13959Copy full SHA for 0a13959
Package.swift
@@ -26,7 +26,7 @@ let package = Package(
26
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMajor(from: "3.15.1")),
27
.package(url: "https://github.com/p-x9/MachOKit", .upToNextMajor(from: "0.46.1")),
28
.package(url: "https://github.com/Kolos65/Mockable", .upToNextMajor(from: "0.6.1")),
29
- .package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.29.0")),
+ .package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.35.0")),
30
],
31
targets: [
32
.target(
0 commit comments