Skip to content

Commit

Permalink
Bump swift-crypto version range to support latest major version relea…
Browse files Browse the repository at this point in the history
…se. (#588)
  • Loading branch information
jeffdav authored Sep 27, 2023
1 parent a04034d commit 3ed66ec
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 @@ -107,6 +107,6 @@ let useSwiftCrypto = false

// Use Swift cypto on Linux.
if useSwiftCrypto {
package.dependencies.append(.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"3.0.0"))
package.dependencies.append(.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"))
package.targets.first { $0.name == "SotoCrypto" }?.dependencies.append(.product(name: "Crypto", package: "swift-crypto"))
}

0 comments on commit 3ed66ec

Please sign in to comment.