diff options
Diffstat (limited to '')
-rw-r--r-- | askama_actix/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index ea95615..075f78e 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -18,7 +18,7 @@ askama = { version = "0.11.2", path = "../askama", default-features = false, fea [dev-dependencies] actix-rt = { version = "2", default-features = false } -actix-test = "=0.1.0-beta.13" +actix-test = "=0.1.0" bytes = { version = "1" } [features] |