aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r--testing/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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"