Skip to content

Commit 733ba57

Browse files
committed
Use new Jinja (temporary patch)
1 parent d8925c1 commit 733ba57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
16-
.package(url: "https://github.com/maiqingqiang/Jinja", from: "1.0.6"),
16+
// .package(url: "https://github.com/johnmai-dev/Jinja", from: "1.0.6"),
17+
.package(url: "https://github.com/DePasqualeOrg/Jinja", branch: "add-functionality"),
1718
],
1819
targets: [
1920
.executableTarget(

0 commit comments

Comments
 (0)