Skip to content

Commit 79f4658

Browse files
committed
Support Swift Crypto v4
1 parent 9205a76 commit 79f4658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let package = Package(
4040
.package(url: "https://github.com/apple/swift-log.git", from: "1.10.1"),
4141
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.0"),
4242
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"),
43-
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
43+
.package(url: "https://github.com/apple/swift-crypto.git", "3.0.0"..<"5.0.0"),
4444
.package(url: "https://github.com/grpc/grpc-swift-2.git", from: "2.3.0"),
4545
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "2.4.4"),
4646
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "2.2.0"),

0 commit comments

Comments
 (0)