Skip to content

Commit b29a5fc

Browse files
Lock SwiftProtobuf dependency (#957)
1 parent 6bf5e8b commit b29a5fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
)
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.29.0"),
25+
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.30.0"),
2626
.package(url: "https://github.com/GetStream/stream-video-swift-webrtc.git", exact: "137.0.41")
2727
],
2828
targets: [

StreamVideo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11282,8 +11282,8 @@
1128211282
isa = XCRemoteSwiftPackageReference;
1128311283
repositoryURL = "https://github.com/apple/swift-protobuf";
1128411284
requirement = {
11285-
kind = upToNextMajorVersion;
11286-
minimumVersion = 1.18.0;
11285+
kind = exactVersion;
11286+
version = 1.30.0;
1128711287
};
1128811288
};
1128911289
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)