mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00
Bump versions in README
Without using this version I was getting a warning on stable rust.
This commit is contained in:
parent
24fdb49e30
commit
ba70b11f40
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user