Skip to content

Commit

Permalink
update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Nov 21, 2019
1 parent defa8e7 commit 9476213
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 @@ -22,7 +22,7 @@ seamless integration of Rust application into the world of devops tools around
Add the following dependency to your Cargo manifest…
```toml
[dependencies]
gtmpl = "0.5.6"
gtmpl = "0.5.7"
```

and look at the docs:
Expand Down Expand Up @@ -137,7 +137,7 @@ there might be some convenient additions:
Enable `gtmpl_dynamic_template` in your `Cargo.toml`:
```toml
[dependencies.gtmpl]
version = "0.5.6"
version = "0.5.7"
features = ["gtmpl_dynamic_template"]

```
Expand Down

0 comments on commit 9476213

Please sign in to comment.