Skip to content

Commit

Permalink
Update Cache to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Jul 8, 2023
1 parent 88e76ae commit 072fc94
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/0xLeif/Cache",
"state" : {
"revision" : "a3f81b19f2b4699e1706673e89d6f792dd67a635",
"version" : "1.6.0"
"revision" : "d6d6325e1f7296cac4ff363ead7a47826f384cfa",
"version" : "2.0.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/0xLeif/Cache", from: "1.0.0")
.package(url: "https://github.com/0xLeif/Cache", from: "2.0.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 072fc94

Please sign in to comment.