From 37199d06f08b4b1e8e525470cba703adb80d423e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 3 Mar 2017 20:50:01 +0100 Subject: Update version numbers and dependencies --- testing/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 1e21082..8e7b1a7 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -6,8 +6,8 @@ workspace = ".." build = "build.rs" [dependencies] -askama = { path = "../askama", version = "0.1" } -askama_derive = { path = "../askama_derive", version = "0.1" } +askama = { path = "../askama", version = "*" } +askama_derive = { path = "../askama_derive", version = "*" } [build-dependencies] -askama = { path = "../askama", version = "0.1" } +askama = { path = "../askama", version = "*" } -- cgit