Skip to content

Commit f000aa7

Browse files
tpaepcuenca
andauthored
upgraded Jinja to 1.3.0 (#226)
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
1 parent 0e67916 commit f000aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")),
21-
.package(url: "https://github.com/johnmai-dev/Jinja", .upToNextMinor(from: "1.2.1")),
21+
.package(url: "https://github.com/johnmai-dev/Jinja", .upToNextMinor(from: "1.3.0")),
2222
],
2323
targets: [
2424
.executableTarget(

0 commit comments

Comments
 (0)