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