Skip to content

Commit 5cec6b9

Browse files
committed
update
1 parent 9726d0e commit 5cec6b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/swiftuiux/async-task.git",
1616
"state" : {
17-
"revision" : "0e10077166d3b79d6fdffe4542ffc0196f63954f",
18-
"version" : "1.2.3"
17+
"revision" : "d05dc1ec967813392da38e3501dfe666098baaec",
18+
"version" : "1.2.5"
1919
}
2020
},
2121
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
// Dependencies declare other packages that this package depends on.
1717
.package(url: "https://github.com/swiftuiux/async-http-client.git", from: "1.5.0"),
18-
.package(url: "https://github.com/swiftuiux/async-task.git", from: "1.2.3")
18+
.package(url: "https://github.com/swiftuiux/async-task.git", from: "1.2.5")
1919
],
2020
targets: [
2121
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)