diff options
Diffstat (limited to 'crates/teleia_macros/Cargo.toml')
| -rw-r--r-- | crates/teleia_macros/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/teleia_macros/Cargo.toml b/crates/teleia_macros/Cargo.toml index a3d4fe6..eb8cfd7 100644 --- a/crates/teleia_macros/Cargo.toml +++ b/crates/teleia_macros/Cargo.toml @@ -8,7 +8,7 @@ authors.workspace = true proc-macro = true [dependencies] -env = "*" -walkdir = "*" -heck = "*" -litrs = "*"
\ No newline at end of file +env = "1.0.1" +walkdir = "2.5.0" +heck = "0.5.0" +litrs = "1.0.0"
\ No newline at end of file |
