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