mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00
Fix bitvec broken dependency temporarily
This commit is contained in:
parent
e72f93813f
commit
ae3a5dda2b
@ -19,6 +19,7 @@ yaml = ["serde", "serde_yaml"]
|
||||
[dependencies]
|
||||
askama_escape = { version = "0.10", path = "../askama_escape" }
|
||||
humansize = { version = "1.1.0", optional = true }
|
||||
funty = "=1.1.0" # Temporary fix for bitvec, remove once fixed. (https://github.com/bitvecto-rs/bitvec/issues/105)
|
||||
nom = { version = "6", features = ["std"], default-features = false }
|
||||
num-traits = { version = "0.2.6", optional = true }
|
||||
proc-macro2 = "1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user