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 6a5e5dd commit e77b653Copy full SHA for e77b653
Cargo.toml
@@ -118,7 +118,7 @@ default-features = false
118
## derive
119
120
[workspace.dependencies.derive_tools]
121
-version = "~0.29.0"
+version = "~0.30.0"
122
path = "module/core/derive_tools"
123
default-features = false
124
features = [ "enabled" ]
module/core/derive_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "derive_tools"
3
-version = "0.29.0"
+version = "0.30.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments