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 f5666e1 commit 32577a9Copy full SHA for 32577a9
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.24.0"
+version = "~0.25.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.24.0"
+version = "0.25.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments