Skip to content

Commit

Permalink
Use the new updated Mustache package in vapor-community, fixes buildi…
Browse files Browse the repository at this point in the history
…ng on Arch Linux (#451)
  • Loading branch information
gwynne authored Mar 3, 2024
1 parent e76439f commit 206e8d0
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 @@ -12,11 +12,11 @@
},
{
"package": "mustache",
"repositoryURL": "https://github.com/tanner0101/mustache.git",
"repositoryURL": "https://github.com/vapor-community/mustache.git",
"state": {
"branch": null,
"revision": "d98546e8b8d3287d69391ecddeb5732980986eef",
"version": "0.1.1"
"revision": "052c0946ab54c3c850eaf1ee1ef58630b7ef3f78",
"version": "0.2.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.18.0"),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.6"),
.package(url: "https://github.com/tanner0101/mustache.git", from: "0.1.0"),
.package(url: "https://github.com/vapor-community/mustache.git", from: "0.2.0"),
.package(url: "https://github.com/vapor/console-kit.git", from: "4.2.0"),
],
targets: [
Expand Down

0 comments on commit 206e8d0

Please sign in to comment.