diff options
Diffstat (limited to 'askama_tide/Cargo.toml')
-rw-r--r-- | askama_tide/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index 328a661..056c919 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "askama_tide" version = "0.14.0" -edition = "2018" +edition = "2021" +rust-version = "1.58" description = "Tide integration for Askama templates" keywords = ["markup", "template", "html", "tide", "http-types"] homepage = "https://github.com/djc/askama" |