aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
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 = "*" }