diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-04-12 21:18:27 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-04-12 21:18:27 +0200 |
commit | c2919a1d862c4e72cfeac14850ac1ab31a171457 (patch) | |
tree | 706f17e1daa734b65491a740dea31ad6db17d078 /askama_derive/Cargo.toml | |
parent | 1267e966f47893bdaa9ab0f3f15d32110eddfd6e (diff) | |
download | askama-c2919a1d862c4e72cfeac14850ac1ab31a171457.tar.gz askama-c2919a1d862c4e72cfeac14850ac1ab31a171457.tar.bz2 askama-c2919a1d862c4e72cfeac14850ac1ab31a171457.zip |
Bump version numbers to 0.6.1
Diffstat (limited to '')
-rw-r--r-- | askama_derive/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index fed1800..afad349 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_derive" -version = "0.6.0" +version = "0.6.1" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Procedural macro package for Askama" homepage = "https://github.com/djc/askama" @@ -17,7 +17,7 @@ iron = ["askama_shared/iron"] rocket = ["askama_shared/rocket"] [dependencies] -askama_shared = { version = "0.6.0", path = "../askama_shared" } +askama_shared = { version = "0.6.1", path = "../askama_shared" } nom = "3" quote = "0.5" syn = "0.13" |