Skip to content

Commit 91810f4

Browse files
authored
Updated swift-crypto to allow v4.0.0 (#114)
1 parent c430430 commit 91810f4

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
@@ -24,7 +24,7 @@ let package = Package(
2424
],
2525
dependencies: [
2626
.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"),
27+
.package(url: "https://github.com/apple/swift-crypto.git", "3.8.1" ..< "5.0.0"),
2828
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
2929
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.1.0")
3030
],

0 commit comments

Comments
 (0)