Skip to content

Commit

Permalink
Switch to the recommended "1.0.0 up to but not including 3.0.0" versi…
Browse files Browse the repository at this point in the history
…on requirement for SwiftCrypto.
  • Loading branch information
gwynne committed Dec 23, 2021
1 parent e1b4bae commit f3d0748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.1.0"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "1.0.0")
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0"),
],
targets: [
.target(name: "StripeKit", dependencies: [
Expand Down

0 comments on commit f3d0748

Please sign in to comment.