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 58cdfcb commit a507b94Copy full SHA for a507b94
Cargo.toml
@@ -249,7 +249,7 @@ default-features = false
249
# features = [ "enabled" ]
250
251
[workspace.dependencies.clone_dyn_meta]
252
-version = "~0.45.0"
+version = "~0.46.0"
253
path = "module/core/clone_dyn_meta"
254
255
module/core/clone_dyn_meta/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clone_dyn_meta"
3
-version = "0.45.0"
+version = "0.46.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments