Skip to content

Commit 77fa64b

Browse files
committed
Pin handlebars to 6.3.1
This is due to an issue in 6.3.2 that breaks the way our includes are being used. I'm not sure how to fix it at this point.
1 parent a7be79b commit 77fa64b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ git2-curl = "0.21.0"
5151
# When updating this, also see if `gix-transport` further down needs updating or some auth-related tests will fail.
5252
gix = { version = "0.72.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] }
5353
glob = "0.3.2"
54-
handlebars = { version = "6.3.1", features = ["dir_source"] }
54+
# Pinned due to https://github.com/sunng87/handlebars-rust/issues/711
55+
handlebars = { version = "=6.3.1", features = ["dir_source"] }
5556
hex = "0.4.3"
5657
hmac = "0.12.1"
5758
home = "0.5.11"

0 commit comments

Comments
 (0)