From 6d8364afcf62d3b8add50e0935da08cf968804c2 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 17 Feb 2017 10:29:29 +0100 Subject: Bring back path for iternal dependencies --- 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 3b17565..1e21082 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -6,8 +6,8 @@ workspace = ".." build = "build.rs" [dependencies] -askama = "0.1" -askama_derive = "0.1" +askama = { path = "../askama", version = "0.1" } +askama_derive = { path = "../askama_derive", version = "0.1" } [build-dependencies] -askama = "0.1" +askama = { path = "../askama", version = "0.1" } -- cgit