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 5236532 commit b28f629Copy full SHA for b28f629
Cargo.toml
@@ -176,7 +176,7 @@ path = "module/core/clone_dyn_meta"
176
features = [ "enabled" ]
177
178
[workspace.dependencies.clone_dyn_types]
179
-version = "~0.25.0"
+version = "~0.26.0"
180
path = "module/core/clone_dyn_types"
181
default-features = false
182
module/core/clone_dyn_types/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clone_dyn_types"
3
-version = "0.25.0"
+version = "0.26.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments