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 0aa558e commit d9e09bfCopy full SHA for d9e09bf
Cargo.toml
@@ -80,7 +80,7 @@ path = "module/alias/std_x"
80
## data_type
81
82
[workspace.dependencies.data_type]
83
-version = "~0.10.0"
+version = "~0.11.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.10.0"
+version = "0.11.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments