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