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 f4af09e commit 7ed08a2Copy full SHA for 7ed08a2
Cargo.toml
@@ -124,7 +124,7 @@ default-features = false
124
features = [ "enabled" ]
125
126
[workspace.dependencies.derive_tools_meta]
127
-version = "~0.30.0"
+version = "~0.31.0"
128
path = "module/core/derive_tools_meta"
129
default-features = false
130
module/core/derive_tools_meta/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "derive_tools_meta"
3
-version = "0.30.0"
+version = "0.31.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments