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 eb194aa commit c7a9e32Copy full SHA for c7a9e32
Cargo.toml
@@ -179,7 +179,7 @@ default-features = false
179
# features = [ "enabled" ]
180
181
[workspace.dependencies.reflect_tools]
182
-version = "~0.6.0"
+version = "~0.7.0"
183
path = "module/core/reflect_tools"
184
default-features = false
185
module/core/reflect_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "reflect_tools"
3
-version = "0.6.0"
+version = "0.7.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments