Skip to content

Commit

Permalink
Bump versions for Askama 0.12 (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 3, 2023
1 parent 4a7068d commit 417cb92
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion askama/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama"
version = "0.11.2"
version = "0.12.0"
description = "Type-safe, compiled Jinja-like templates for Rust"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand Down
4 changes: 2 additions & 2 deletions askama_actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_actix"
version = "0.13.1"
version = "0.14.0"
description = "Actix-Web integration for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand All @@ -15,7 +15,7 @@ rust-version = "1.58"

[dependencies]
actix-web = { version = "4", default-features = false }
askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-actix-web"] }
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-actix-web"] }

[dev-dependencies]
actix-rt = { version = "2", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions askama_axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_axum"
version = "0.1.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.58"
description = "Axum integration for Askama templates"
Expand All @@ -14,7 +14,7 @@ workspace = ".."
readme = "README.md"

[dependencies]
askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] }
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] }
axum-core = "0.3"
http = "0.2"

Expand Down
4 changes: 2 additions & 2 deletions askama_gotham/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_gotham"
version = "0.13.0"
version = "0.14.0"
description = "Gotham integration for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand All @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.58"

[dependencies]
askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] }
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] }
gotham = { version = "0.7", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion askama_hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.58"

[dependencies]
askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-hyper"] }
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-hyper"] }
hyper = { version = "0.14", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion askama_mendes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.58"

[dependencies]
askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-mendes", "mime", "mime_guess"] }
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-mendes", "mime", "mime_guess"] }
mendes = "0.1.0"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions askama_rocket/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_rocket"
version = "0.11.0"
version = "0.12.0"
description = "Rocket integration for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand All @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.58"

[dependencies]
askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-rocket", "mime", "mime_guess"] }
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-rocket", "mime", "mime_guess"] }
rocket = { version = "0.5.0-rc.2", default-features = false }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions askama_tide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_tide"
version = "0.14.0"
version = "0.15.0"
edition = "2021"
rust-version = "1.58"
description = "Tide integration for Askama templates"
Expand All @@ -13,7 +13,7 @@ workspace = ".."
readme = "README.md"

[dependencies]
askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-tide"] }
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-tide"] }
tide = { version = "0.16", default-features = false }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions askama_warp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "askama_warp"
version = "0.12.0"
version = "0.13.0"
description = "Warp integration for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]
Expand All @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.58"

[dependencies]
askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-warp", "mime", "mime_guess"] }
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-warp", "mime", "mime_guess"] }
warp = { version = "0.3", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde-json = ["serde_json", "askama/serde-json"]
markdown = ["comrak", "askama/markdown"]

[dependencies]
askama = { path = "../askama", version = "0.11.2" }
askama = { path = "../askama", version = "0.12" }
comrak = { version = "0.16", default-features = false, optional = true }
serde_json = { version = "1.0", optional = true }

Expand Down

0 comments on commit 417cb92

Please sign in to comment.