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 7af30c7 commit 960f1a3Copy full SHA for 960f1a3
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.23.0"
+version = "~0.24.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.23.0"
+version = "0.24.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments