diff options
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r-- | testing/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index d676bef..daa2d68 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -10,7 +10,7 @@ publish = false default = ["serde_json", "askama/serde-json"] [dependencies] -askama = { path = "../askama", version = "*" } +askama = { path = "../askama", version = "0.11.0-beta.1" } serde_json = { version = "1.0", optional = true } [dev-dependencies] |