aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-02 20:59:30 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-02 20:59:30 +0200
commit8ff2e316c07b4fd4373dd8a0bb5747bef3372a32 (patch)
tree5147b0be34fc45641d5e296c3020e91e6fec6f42 /README.md
parent91fe53d9b5db7ace5f82889a174ef5061a049771 (diff)
parentce84543b69b69ab2030ce4daeae3f26d5008b11d (diff)
downloadaskama-8ff2e316c07b4fd4373dd8a0bb5747bef3372a32.tar.gz
askama-8ff2e316c07b4fd4373dd8a0bb5747bef3372a32.tar.bz2
askama-8ff2e316c07b4fd4373dd8a0bb5747bef3372a32.zip
Merge changes
Diffstat (limited to '')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index a346348..f9b7286 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Many thanks to [David Tolnay][dtolnay] for his support in improving Askama.
### Supported in templates
* Template inheritance (one level only)
-* Basic loops and if/else if/else statements
+* Basic loops and if/else statements
* Whitespace suppressing with '-' markers
* Some built-in filters
@@ -59,11 +59,10 @@ First, add the following to your crate's `Cargo.toml`:
build = "build.rs"
# in section [dependencies]
-askama = "0.1"
-askama_derive = "0.1"
+askama = "0.3"
# in section [build-dependencies]
-askama = "0.1"
+askama = "0.3"
```
Because Askama will generate Rust code from your template files,