aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-15 21:07:45 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-15 21:07:45 +0100
commit17d1d5a13977b808d43b73243a7979e8ad6c5e3a (patch)
treedce43f46793e1694e1db6d3ad15c7ab9fff15f67 /testing/Cargo.toml
parent193de3d264e42bd331b43083085f1ca21af72d39 (diff)
downloadaskama-17d1d5a13977b808d43b73243a7979e8ad6c5e3a.tar.gz
askama-17d1d5a13977b808d43b73243a7979e8ad6c5e3a.tar.bz2
askama-17d1d5a13977b808d43b73243a7979e8ad6c5e3a.zip
Fix askama version in testing crate
Diffstat (limited to '')
-rw-r--r--testing/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 449cc6b..3b17565 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -6,8 +6,8 @@ workspace = ".."
build = "build.rs"
[dependencies]
-askama = { path = "../askama" }
-askama_derive = { path = "../askama_derive" }
+askama = "0.1"
+askama_derive = "0.1"
[build-dependencies]
-askama = { path = "../askama" }
+askama = "0.1"