diff options
Diffstat (limited to 'askama_escape/Cargo.toml')
-rw-r--r-- | askama_escape/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index ee84891..983a281 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -9,6 +9,7 @@ homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" license = "MIT OR Apache-2.0" workspace = ".." +edition = "2018" [badges] appveyor = { repository = "djc/askama" } |