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 4c5dff1..a46dbff 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" workspace = ".." readme = "README.md" edition = "2021" -rust-version = "1.58" +rust-version = "1.65" [dependencies] actix-web = { version = "4", default-features = false } |