We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6469a6 commit b4b8124Copy full SHA for b4b8124
Cargo.toml
@@ -17,7 +17,7 @@ proc-macro = true
17
[dependencies]
18
anyhow = "1"
19
askama = "0.13.0" # Type-safe, compiled Jinja-like templates for Rust
20
-convert_case = "0.6.0" # Convert a string to snake_case, kebab-case, or camelCase
+convert_case = "0.8.0" # Convert a string to snake_case, kebab-case, or camelCase
21
22
[dev-dependencies]
23
dotenvy = "0.15.7"
0 commit comments