mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
Version bump to 0.3.0
This commit is contained in:
parent
6cf4907be8
commit
1d513f2781
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -2,19 +2,19 @@
|
||||
name = "askama_testing"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"askama 0.2.1",
|
||||
"askama 0.3.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "askama"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"askama_derive 0.2.1",
|
||||
"askama_derive 0.3.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "askama_derive"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "askama"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
description = "Type-safe, compiled Jinja-like templates for Rust"
|
||||
documentation = "https://docs.rs/askama"
|
||||
@ -16,4 +16,4 @@ readme = "../README.md"
|
||||
travis-ci = { repository = "djc/askama" }
|
||||
|
||||
[dependencies]
|
||||
askama_derive = { path = "../askama_derive", version = "0.2.1" }
|
||||
askama_derive = { path = "../askama_derive", version = "0.3.0" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "askama_derive"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
description = "Procedural macro package for Askama"
|
||||
homepage = "https://github.com/djc/askama"
|
||||
|
Loading…
x
Reference in New Issue
Block a user