Skip to content

Commit

Permalink
Use new Jinja (temporary patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
DePasqualeOrg committed Jan 19, 2025
1 parent d8925c1 commit 733ba57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
.package(url: "https://github.com/maiqingqiang/Jinja", from: "1.0.6"),
// .package(url: "https://github.com/johnmai-dev/Jinja", from: "1.0.6"),
.package(url: "https://github.com/DePasqualeOrg/Jinja", branch: "add-functionality"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 733ba57

Please sign in to comment.