diff options
Diffstat (limited to 'rustlings-macros/Cargo.toml')
| -rw-r--r-- | rustlings-macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/Cargo.toml b/rustlings-macros/Cargo.toml index 3ed56a1..1bf6d1b 100644 --- a/rustlings-macros/Cargo.toml +++ b/rustlings-macros/Cargo.toml @@ -16,7 +16,7 @@ include = [ proc-macro = true [dependencies] -quote = "1.0.37" +quote = "1.0" serde.workspace = true toml_edit.workspace = true |
