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 de18146 commit f30177bCopy full SHA for f30177b
Cargo.toml
@@ -306,7 +306,7 @@ path = "module/core/component_model_meta"
306
default-features = false
307
308
[workspace.dependencies.component_model_types]
309
-version = "~0.10.0"
+version = "~0.11.0"
310
path = "module/core/component_model_types"
311
312
module/core/component_model_types/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "component_model_types"
3
-version = "0.10.0"
+version = "0.11.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments