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 c430430 commit 91810f4Copy full SHA for 91810f4
Package.swift
@@ -24,7 +24,7 @@ let package = Package(
24
],
25
dependencies: [
26
.package(url: "https://github.com/unrelentingtech/SwiftCBOR.git", from: "0.4.7"),
27
- .package(url: "https://github.com/apple/swift-crypto.git", "3.8.1" ..< "4.0.0"),
+ .package(url: "https://github.com/apple/swift-crypto.git", "3.8.1" ..< "5.0.0"),
28
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
29
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.1.0")
30
0 commit comments