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 e29df1d commit b88cf5aCopy full SHA for b88cf5a
Cargo.toml
@@ -233,7 +233,7 @@ default-features = false
233
# features = [ "enabled" ]
234
235
[workspace.dependencies.clone_dyn_meta]
236
-version = "~0.40.0"
+version = "~0.41.0"
237
path = "module/core/clone_dyn_meta"
238
239
module/core/clone_dyn_meta/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clone_dyn_meta"
3
-version = "0.40.0"
+version = "0.41.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments