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 c033a7f commit 3370230Copy full SHA for 3370230
Cargo.toml
@@ -312,7 +312,7 @@ path = "module/core/former_types"
312
default-features = false
313
314
[workspace.dependencies.component_model]
315
-version = "~0.9.0"
+version = "~0.10.0"
316
path = "module/core/component_model"
317
318
module/core/component_model/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "component_model"
3
-version = "0.9.0"
+version = "0.10.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments