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 97c26d3 commit 8dec4d0Copy full SHA for 8dec4d0
Cargo.toml
@@ -240,7 +240,7 @@ path = "module/core/clone_dyn_meta"
240
# features = [ "enabled" ]
241
242
[workspace.dependencies.clone_dyn_types]
243
-version = "~0.37.0"
+version = "~0.38.0"
244
path = "module/core/clone_dyn_types"
245
default-features = false
246
module/core/clone_dyn_types/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clone_dyn_types"
3
-version = "0.37.0"
+version = "0.38.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments