diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-15 21:07:45 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-15 21:07:45 +0100 |
commit | 17d1d5a13977b808d43b73243a7979e8ad6c5e3a (patch) | |
tree | dce43f46793e1694e1db6d3ad15c7ab9fff15f67 /testing/Cargo.toml | |
parent | 193de3d264e42bd331b43083085f1ca21af72d39 (diff) | |
download | askama-17d1d5a13977b808d43b73243a7979e8ad6c5e3a.tar.gz askama-17d1d5a13977b808d43b73243a7979e8ad6c5e3a.tar.bz2 askama-17d1d5a13977b808d43b73243a7979e8ad6c5e3a.zip |
Fix askama version in testing crate
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r-- | testing/Cargo.toml | 6 |
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" |