Skip to content

Commit

Permalink
Depend on apple/swift-crypto instead of fork
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Mar 3, 2023
1 parent 24fb415 commit b227162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"identity" : "swift-crypto",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-cloud/swift-crypto",
"location" : "https://github.com/apple/swift-crypto",
"state" : {
"revision" : "dd30eb5aaeea62282ef2ab32c9f6e1976145f920",
"version" : "2.2.4"
"revision" : "80a6e3edc1fc3a4c6c7d4177c73fa3f74c72d3e1",
"version" : "2.3.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "Compute", targets: ["Compute"])
],
dependencies: [
.package(url: "https://github.com/swift-cloud/swift-crypto", from: "2.2.4")
.package(url: "https://github.com/apple/swift-crypto", from: "2.3.0")
],
targets: [
.target(name: "Compute", dependencies: ["ComputeRuntime", .product(name: "Crypto", package: "swift-crypto")]),
Expand Down

0 comments on commit b227162

Please sign in to comment.