Skip to content

Commit

Permalink
Version bump to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Apr 18, 2018
1 parent 8d8374a commit f0bf7e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions askama/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama"
version = "0.6.1"
version = "0.6.2"
authors = ["Dirkjan Ochtman <[email protected]>"]
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
Expand All @@ -22,8 +22,8 @@ with-iron = ["iron", "askama_derive/iron"]
with-rocket = ["rocket", "askama_derive/rocket"]

[dependencies]
askama_derive = { path = "../askama_derive", version = "0.6.0" }
askama_shared = { version = "0.6.1", path = "../askama_shared" }
askama_derive = { path = "../askama_derive", version = "0.6.2" }
askama_shared = { version = "0.6.2", path = "../askama_shared" }
iron = { version = ">= 0.5, < 0.7", optional = true }
rocket = { version = "0.3", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions askama_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_derive"
version = "0.6.1"
version = "0.6.2"
authors = ["Dirkjan Ochtman <[email protected]>"]
description = "Procedural macro package for Askama"
homepage = "https://github.com/djc/askama"
Expand All @@ -17,7 +17,7 @@ iron = ["askama_shared/iron"]
rocket = ["askama_shared/rocket"]

[dependencies]
askama_shared = { version = "0.6.1", path = "../askama_shared" }
askama_shared = { version = "0.6.2", path = "../askama_shared" }
nom = "3"
quote = "0.5"
syn = "0.13"
2 changes: 1 addition & 1 deletion askama_shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_shared"
version = "0.6.1"
version = "0.6.2"
authors = ["Dirkjan Ochtman <[email protected]>"]
description = "Shared code for Askama"
homepage = "https://github.com/djc/askama"
Expand Down

0 comments on commit f0bf7e2

Please sign in to comment.