Skip to content

Commit ee1a99d

Browse files
committed
Reset a crate that locked to a bad version
Signed-off-by: itowlson <[email protected]>
1 parent e2c8470 commit ee1a99d

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

Cargo.lock

+19-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/templates/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ flate2 = "1"
1414
indexmap = { version = "2", features = ["serde"] }
1515
itertools = { workspace = true }
1616
lazy_static = "1"
17-
liquid = "0.26"
18-
liquid-core = "0.26"
19-
liquid-derive = "0.26"
17+
liquid = "=0.26.9"
18+
liquid-core = "=0.26.9"
19+
liquid-derive = "=0.26.8"
2020
path-absolutize = "3"
2121
pathdiff = "0.2"
2222
regex = { workspace = true }

0 commit comments

Comments
 (0)