We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145c5b3 commit 38eec12Copy full SHA for 38eec12
mlua_derive/Cargo.toml
@@ -19,6 +19,6 @@ quote = "1.0"
19
proc-macro2 = { version = "1.0", features = ["span-locations"] }
20
proc-macro-error = { version = "1.0", optional = true }
21
syn = { version = "2.0", features = ["full"] }
22
-itertools = { version = "0.11", optional = true }
+itertools = { version = "0.12", optional = true }
23
regex = { version = "1.4", optional = true }
24
once_cell = { version = "1.0", optional = true }
0 commit comments