From 17d1d5a13977b808d43b73243a7979e8ad6c5e3a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 15 Feb 2017 21:07:45 +0100 Subject: Fix askama version in testing crate --- testing/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/Cargo.toml') 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" -- cgit