Skip to content

Commit

Permalink
Upgrade swift crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Mar 4, 2024
1 parent 0169108 commit 1282b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-crypto",
"state" : {
"revision" : "60f13f60c4d093691934dc6cfdf5f508ada1f894",
"version" : "2.6.0"
"revision" : "cc76b894169a3c86b71bac10c78a4db6beb7a9ad",
"version" : "3.2.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
.library(name: "Compute", targets: ["Compute"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto", from: "2.3.0")
.package(url: "https://github.com/apple/swift-crypto", from: "3.0.0")
],
targets: [
.target(name: "Compute", dependencies: ["ComputeRuntime", .product(name: "Crypto", package: "swift-crypto")]),
Expand Down

0 comments on commit 1282b24

Please sign in to comment.