Skip to content

Commit a9375f8

Browse files
authored
Bump swift-crypto version range (#323)
Bump swift-crypto version range to `1.0.0 ..< 4.0.0` since the current version is 3.1.0.
1 parent 2121053 commit a9375f8

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
@@ -16,7 +16,7 @@ let package = Package(
1616
.package(url: "https://github.com/vapor/mysql-nio.git", from: "1.0.0"),
1717
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.28.0"),
1818
.package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0"),
19-
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0"),
19+
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "4.0.0"),
2020
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
2121
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.0"),
2222
],

0 commit comments

Comments
 (0)