diff options
Diffstat (limited to '')
-rw-r--r-- | askama_actix/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index 838ca6d..a6c124a 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -10,7 +10,8 @@ repository = "https://github.com/djc/askama" license = "MIT OR Apache-2.0" workspace = ".." readme = "README.md" -edition = "2018" +edition = "2021" +rust-version = "1.58" [dependencies] actix-web = { version = "4", default-features = false } |