diff options
Diffstat (limited to '')
-rw-r--r-- | askama_escape/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index 8214ea8..654f49a 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" workspace = ".." readme = "README.md" edition = "2021" -rust-version = "1.58" +rust-version = "1.65" [badges] maintenance = { status = "actively-developed" } |