aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-08 20:06:46 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-08 20:06:46 +0100
commit1d513f2781139d02615b1f9f6e25c4d479eefecc (patch)
treef1a9a47407c94dfbe1f15947fe92958693713f30 /Cargo.lock
parent6cf4907be849f0fac164b365e776f0e1113cbbde (diff)
downloadaskama-1d513f2781139d02615b1f9f6e25c4d479eefecc.tar.gz
askama-1d513f2781139d02615b1f9f6e25c4d479eefecc.tar.bz2
askama-1d513f2781139d02615b1f9f6e25c4d479eefecc.zip
Version bump to 0.3.0
Diffstat (limited to '')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f5aedb6..b7d02a3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",