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 c4024c4 commit dea457cCopy full SHA for dea457c
Cargo.toml
@@ -248,7 +248,7 @@ path = "module/core/component_model"
248
default-features = false
249
250
[workspace.dependencies.component_model_meta]
251
-version = "~0.3.0"
+version = "~0.4.0"
252
path = "module/core/component_model_meta"
253
254
module/core/component_model_meta/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "component_model_meta"
3
-version = "0.3.0"
+version = "0.4.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments