aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-03 20:50:01 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-03 20:50:01 +0100
commit37199d06f08b4b1e8e525470cba703adb80d423e (patch)
tree65ea3bbff685e2cc841e3e7c429cf31abd42a8b7 /testing/Cargo.toml
parentdde66f33b9cd2d575584f1bef9bc48925c3d183a (diff)
downloadaskama-37199d06f08b4b1e8e525470cba703adb80d423e.tar.gz
askama-37199d06f08b4b1e8e525470cba703adb80d423e.tar.bz2
askama-37199d06f08b4b1e8e525470cba703adb80d423e.zip
Update version numbers and dependencies
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 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 = "*" }