Skip to content

Commit

Permalink
Bump versions in anticipation of 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jan 17, 2019
1 parent 21c478e commit 744127b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions askama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ with-gotham = ["gotham", "askama_derive/gotham", "hyper", "mime_guess"]

[dependencies]
askama_derive = { version = "0.8.0", path = "../askama_derive" }
askama_escape = { version = "0.1.0", path = "../askama_escape" }
askama_shared = { version = "0.7.2", path = "../askama_shared" }
askama_escape = { version = "0.2.0", path = "../askama_escape" }
askama_shared = { version = "0.8.0", path = "../askama_shared" }
iron = { version = ">= 0.5, < 0.7", optional = true }
rocket = { version = "0.4", optional = true }
actix-web = { version = "0.7", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion askama_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ actix-web = []
gotham = []

[dependencies]
askama_shared = { version = "0.7.2", path = "../askama_shared" }
askama_shared = { version = "0.8", path = "../askama_shared" }
nom = "4"
proc-macro2 = "0.4"
quote = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion askama_escape/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_escape"
version = "0.1.0"
version = "0.2.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Optimized HTML escaping code, extracted from Askama"
documentation = "https://docs.rs/askama_escape"
Expand Down
4 changes: 2 additions & 2 deletions askama_shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_shared"
version = "0.7.2"
version = "0.8.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Shared code for Askama"
homepage = "https://github.com/djc/askama"
Expand All @@ -10,7 +10,7 @@ workspace = ".."
edition = "2018"

[dependencies]
askama_escape = { version = "0.1.0", path = "../askama_escape" }
askama_escape = { version = "0.2.0", path = "../askama_escape" }
humansize = "1.1.0"
num-traits = "0.2.6"
serde = "1.0"
Expand Down

0 comments on commit 744127b

Please sign in to comment.