We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc745e8 commit dceb86aCopy full SHA for dceb86a
Package.swift
@@ -33,7 +33,7 @@ let package = Package(
33
.library(name: "SotoCognitoAuthenticationSRP", targets: ["SotoCognitoAuthenticationSRP"]),
34
],
35
dependencies: [
36
- .package(url: "https://github.com/apple/swift-crypto.git", .upToNextMajor(from: "1.0.0")),
+ .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
37
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0-beta"),
38
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
39
.package(url: "https://github.com/vapor/jwt-kit.git", .upToNextMajor(from: "4.2.6")),
0 commit comments