mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-04 00:05:12 +00:00
Bump versions to 0.7.1
This commit is contained in:
parent
c240042922
commit
b0008ff7d1
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "askama"
|
name = "askama"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||||
description = "Type-safe, compiled Jinja-like templates for Rust"
|
description = "Type-safe, compiled Jinja-like templates for Rust"
|
||||||
documentation = "https://docs.rs/askama"
|
documentation = "https://docs.rs/askama"
|
||||||
@ -25,8 +25,8 @@ with-rocket = ["rocket", "askama_derive/rocket"]
|
|||||||
with-actix-web = ["actix-web", "askama_derive/actix-web", "mime_guess"]
|
with-actix-web = ["actix-web", "askama_derive/actix-web", "mime_guess"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
askama_derive = { path = "../askama_derive", version = "0.7.0" }
|
askama_derive = { path = "../askama_derive", version = "0.7.1" }
|
||||||
askama_shared = { version = "0.7.0", path = "../askama_shared" }
|
askama_shared = { version = "0.7.1", path = "../askama_shared" }
|
||||||
iron = { version = ">= 0.5, < 0.7", optional = true }
|
iron = { version = ">= 0.5, < 0.7", optional = true }
|
||||||
rocket = { version = "0.3", optional = true }
|
rocket = { version = "0.3", optional = true }
|
||||||
actix-web = { version = "0.7", optional = true }
|
actix-web = { version = "0.7", optional = true }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "askama_derive"
|
name = "askama_derive"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||||
description = "Procedural macro package for Askama"
|
description = "Procedural macro package for Askama"
|
||||||
homepage = "https://github.com/djc/askama"
|
homepage = "https://github.com/djc/askama"
|
||||||
@ -18,7 +18,7 @@ rocket = ["askama_shared/rocket"]
|
|||||||
actix-web = ["askama_shared/actix-web"]
|
actix-web = ["askama_shared/actix-web"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
askama_shared = { version = "0.7.0", path = "../askama_shared" }
|
askama_shared = { version = "0.7.1", path = "../askama_shared" }
|
||||||
nom = "4"
|
nom = "4"
|
||||||
proc-macro2 = "0.4"
|
proc-macro2 = "0.4"
|
||||||
quote = "0.6"
|
quote = "0.6"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "askama_shared"
|
name = "askama_shared"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||||
description = "Shared code for Askama"
|
description = "Shared code for Askama"
|
||||||
homepage = "https://github.com/djc/askama"
|
homepage = "https://github.com/djc/askama"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user