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 dd516a4 commit 8de36abCopy full SHA for 8de36ab
Cargo.toml
@@ -80,7 +80,7 @@ path = "module/alias/std_x"
80
## data_type
81
82
[workspace.dependencies.data_type]
83
-version = "~0.11.0"
+version = "~0.12.0"
84
path = "module/core/data_type"
85
default-features = false
86
module/core/data_type/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "data_type"
3
-version = "0.11.0"
+version = "0.12.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments