Skip to content

Commit 883bd81

Browse files
committed
Loosened requirements for Swift-Protobuf version
1 parent 9609c79 commit 883bd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let package = Package(
3535
],
3636
dependencies: [
3737
// Dependencies declare other packages that this package depends on.
38-
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.28.2"),
38+
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.28.0"),
3939
],
4040
targets: [
4141
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)