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 f8b0fab commit c5fdeceCopy full SHA for c5fdece
Cargo.toml
@@ -118,7 +118,7 @@ default-features = false
118
## derive
119
120
[workspace.dependencies.derive_tools]
121
-version = "~0.31.0"
+version = "~0.32.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.31.0"
+version = "0.32.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments