Skip to content

Commit afde17b

Browse files
Use published version of rinja
1 parent df7c0b4 commit afde17b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ tempfile = "3.1.0"
100100
fn-error-context = "0.2.0"
101101

102102
# Templating
103-
rinja = { git = "https://github.com/rinja-rs/rinja" }
103+
rinja = "0.2"
104104
walkdir = "2"
105105

106106
# Date and Time utilities

0 commit comments

Comments
 (0)