Skip to content

Commit f67efbf

Browse files
committed
Expand supported Crypto ranges
1 parent 51e4db9 commit f67efbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
21-
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"3.0.0"),
21+
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
2222
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
2323
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2424
.package(url: "https://github.com/apple/swift-nio.git", from: "2.42.0"),

0 commit comments

Comments
 (0)