Skip to content

Commit

Permalink
Bump version numbers in README
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jun 25, 2018
1 parent 1d78350 commit 49c570d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ First, add the following to your crate's `Cargo.toml`:

```toml
# in section [dependencies]
askama = "0.5"
askama = "0.7"

# in section [build-dependencies]
askama = "0.5"
askama = "0.7"
```

Because Askama will generate Rust code from your template files,
Expand Down

0 comments on commit 49c570d

Please sign in to comment.