diff options
-rw-r--r-- | askama/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 76d8f4c..bcfa393 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -25,7 +25,7 @@ with-rocket = ["rocket", "askama_derive/rocket"] with-actix-web = ["actix-web", "askama_derive/actix-web", "mime_guess"] [dependencies] -askama_derive = { path = "../askama_derive", version = "0.7.1" } +askama_derive = { version = "0.7.1", path = "../askama_derive" } askama_shared = { version = "0.7.1", path = "../askama_shared" } iron = { version = ">= 0.5, < 0.7", optional = true } rocket = { version = "0.3", optional = true } |