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 dea457c commit 9f6db92Copy full SHA for 9f6db92
Cargo.toml
@@ -243,7 +243,7 @@ path = "module/core/former_types"
243
default-features = false
244
245
[workspace.dependencies.component_model]
246
-version = "~0.3.0"
+version = "~0.4.0"
247
path = "module/core/component_model"
248
249
module/core/component_model/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "component_model"
3
-version = "0.3.0"
+version = "0.4.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments