diff options
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r-- | testing/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index cd7d686..e1f1bb4 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -3,7 +3,8 @@ name = "askama_testing" version = "0.1.0" authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] workspace = ".." -edition = "2018" +edition = "2021" +rust-version = "1.58" publish = false [features] |