Skip to content

Commit dceb86a

Browse files
committed
Loosen swift-crypto version requirements
1 parent bc745e8 commit dceb86a

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
@@ -33,7 +33,7 @@ let package = Package(
3333
.library(name: "SotoCognitoAuthenticationSRP", targets: ["SotoCognitoAuthenticationSRP"]),
3434
],
3535
dependencies: [
36-
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMajor(from: "1.0.0")),
36+
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
3737
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0-beta"),
3838
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
3939
.package(url: "https://github.com/vapor/jwt-kit.git", .upToNextMajor(from: "4.2.6")),

0 commit comments

Comments
 (0)