mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
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.
This commit is contained in:
parent
a7be79bca8
commit
77fa64b524
@ -51,7 +51,8 @@ git2-curl = "0.21.0"
|
||||
# When updating this, also see if `gix-transport` further down needs updating or some auth-related tests will fail.
|
||||
gix = { version = "0.72.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] }
|
||||
glob = "0.3.2"
|
||||
handlebars = { version = "6.3.1", features = ["dir_source"] }
|
||||
# Pinned due to https://github.com/sunng87/handlebars-rust/issues/711
|
||||
handlebars = { version = "=6.3.1", features = ["dir_source"] }
|
||||
hex = "0.4.3"
|
||||
hmac = "0.12.1"
|
||||
home = "0.5.11"
|
||||
|
Loading…
x
Reference in New Issue
Block a user