Skip to content

Commit e4d21bc

Browse files
authored
Update protobuf to v1.37.0 (#672)
Bump protobuf to v1.37.0
1 parent 9a1eaf9 commit e4d21bc

File tree

5 files changed

+186
-13
lines changed

5 files changed

+186
-13
lines changed

.nanpa/update-protobuf.kdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
patch type="changed" "Update to protobuf v1.37.0"

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
dependencies: [
2222
// LK-Prefixed Dynamic WebRTC XCFramework
2323
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.28"),
24-
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"),
24+
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.29.0"),
2525
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.2"), // 1.6.x requires Swift >=5.8
2626
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),
2727
// Only used for DocC generation

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
dependencies: [
2222
// LK-Prefixed Dynamic WebRTC XCFramework
2323
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.28"),
24-
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"),
24+
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.29.0"),
2525
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.2"), // 1.6.x requires Swift >=5.8
2626
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),
2727
// Only used for DocC generation

0 commit comments

Comments
 (0)