diff --git a/Cargo.toml b/Cargo.toml index 62d6010..4b9eae9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" keywords = ["handlebars", "templating", "cli", "YAML", "JSON"] categories = ["command-line-interface", "command-line-utilities", "value-formatting"] license = "MIT" -edition = "2021" +edition = "2024" [dependencies] clap = { version = "4.5.32", features = ["derive"] }