Skip to content

Commit 9a349a4

Browse files
committed
move itertools to dev-dependencies
It isn't used outside of tests
1 parent 369f750 commit 9a349a4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

custom_debug_derive/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ synstructure = "0.13.0"
1616
proc-macro2 = "1.0.76"
1717
syn = "2.0.48"
1818
quote = "1.0.35"
19-
itertools = "0.12.0"
2019
darling = "0.20.3"
20+
21+
[dev-dependencies]
22+
itertools = "0.12.0"

0 commit comments

Comments
 (0)