diff options
| author | LLLL Colonq <llll@colonq> | 2026-04-17 15:12:12 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-04-17 15:12:12 -0400 |
| commit | 861b188f35ccec1f67a865e939c4e6d6047f8709 (patch) | |
| tree | e89d3fd105868bec56ab2d5a6696ab8bc218340e /crates/teleia_macros/Cargo.toml | |
| parent | aaa4e735b667ae20f33366f162bb1f7be84b4e91 (diff) | |
Update
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 |
