diff options
author | Edgar <git@edgarluque.com> | 2021-02-14 11:19:21 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-02-15 10:49:19 +0100 |
commit | ae3a5dda2b22e50fb639b63278fa2883e8367456 (patch) | |
tree | e768dc3ea374d98374cba46ca7ef7e2d075732c5 /askama_shared | |
parent | e72f93813fd6c78dd31ccfc1b5efde783098013b (diff) | |
download | askama-ae3a5dda2b22e50fb639b63278fa2883e8367456.tar.gz askama-ae3a5dda2b22e50fb639b63278fa2883e8367456.tar.bz2 askama-ae3a5dda2b22e50fb639b63278fa2883e8367456.zip |
Fix bitvec broken dependency temporarily
Diffstat (limited to 'askama_shared')
-rw-r--r-- | askama_shared/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index fdc5a4c..a628aa4 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -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" |