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 6c7f5a7 commit eb194aaCopy full SHA for eb194aa
Cargo.toml
@@ -167,7 +167,7 @@ default-features = false
167
## derive
168
169
[workspace.dependencies.derive_tools]
170
-version = "~0.46.0"
+version = "~0.47.0"
171
path = "module/core/derive_tools"
172
default-features = false
173
# features = [ "enabled" ]
module/core/derive_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "derive_tools"
3
-version = "0.46.0"
+version = "0.47.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments