mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00
fix: crate version numbers in book
This commit is contained in:
parent
ab88dc756c
commit
b4798236d2
@ -4,7 +4,7 @@ First, add the following to your crate's `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
# in section [dependencies]
|
# in section [dependencies]
|
||||||
rinja = "0.12.1"
|
rinja = "0.3.5"
|
||||||
```
|
```
|
||||||
|
|
||||||
Now create a directory called `templates` in your crate root.
|
Now create a directory called `templates` in your crate root.
|
||||||
@ -43,7 +43,7 @@ First, add this to your `Cargo.toml` instead:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
# in section [dependencies]
|
# in section [dependencies]
|
||||||
rinja_axum = "0.4.0"
|
rinja_axum = "0.3.5"
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, import from rinja_axum instead of rinja:
|
Then, import from rinja_axum instead of rinja:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user