Skip to content

Commit

Permalink
Bump swift-utils to 3.0.5 (async/await wrappers)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jul 1, 2024
1 parent a80d052 commit bb1b868
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 @@ -337,8 +337,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/fwcd/swift-utils.git",
"state" : {
"revision" : "2f79d04cf717bf1d0039cdc6f7866bdd8e2db5c1",
"version" : "3.0.4"
"revision" : "fdd82aa5ab2e8da6102f997cee6bedee15f9aeba",
"version" : "3.0.5"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
.package(url: "https://github.com/fwcd/swift-qrcode-generator.git", from: "1.0.0"),
.package(url: "https://github.com/fwcd/swift-prolog.git", from: "0.1.0"),
.package(url: "https://github.com/fwcd/swift-utils.git", from: "3.0.4"),
.package(url: "https://github.com/fwcd/swift-utils.git", from: "3.0.5"),
.package(url: "https://github.com/fwcd/swift-graphics.git", from: "3.0.1"),
.package(url: "https://github.com/fwcd/swift-gif.git", from: "3.1.0"),
.package(url: "https://github.com/fwcd/swift-mensa.git", from: "0.1.10"),
Expand Down

0 comments on commit bb1b868

Please sign in to comment.