Skip to content

Commit b3f989f

Browse files
committed
cleanup
1 parent 1c551a2 commit b3f989f

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
@@ -11,7 +11,7 @@ let package = Package(
1111
.library(name: "Compute", targets: ["Compute"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/apple/swift-crypto", "3.12.0"..<"5.0.0")
14+
.package(url: "https://github.com/apple/swift-crypto", from: "4.2.0")
1515
],
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)