diff options
| author | 2017-09-06 20:14:51 +0200 | |
|---|---|---|
| committer | 2017-09-06 20:14:51 +0200 | |
| commit | f58e26c740db84b27c36d3c20a234ee31a24bd75 (patch) | |
| tree | 10a4434bee0b1084d81ad0b8b2889c7246dd47ac | |
| parent | 2bd1745e99d7a73381bee6e6319320f79d261ffe (diff) | |
| download | askama-f58e26c740db84b27c36d3c20a234ee31a24bd75.tar.gz askama-f58e26c740db84b27c36d3c20a234ee31a24bd75.tar.bz2 askama-f58e26c740db84b27c36d3c20a234ee31a24bd75.zip  | |
Update dependency on error-chain to 0.11
Diffstat (limited to '')
| -rw-r--r-- | askama_shared/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 865343c..1105ed6 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -15,7 +15,7 @@ iron = []  rocket = []  [dependencies] -error-chain = "0.10" +error-chain = "0.11"  nom = "3"  quote = "0.3"  serde = { version = "1.0", optional = true }  | 
