diff options
Diffstat (limited to 'askama_escape/Cargo.toml')
-rw-r--r-- | askama_escape/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index 9af4b72..1521a69 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -9,7 +9,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" [badges] maintenance = { status = "actively-developed" } |