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 04a81bc commit c03ad2bCopy full SHA for c03ad2b
Cargo.toml
@@ -353,7 +353,7 @@ default-features = false
353
## macro tools
354
355
[workspace.dependencies.macro_tools]
356
-version = "~0.65.0"
+version = "~0.66.0"
357
path = "module/core/macro_tools"
358
default-features = false
359
module/core/macro_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "macro_tools"
3
-version = "0.65.0"
+version = "0.66.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments