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 9a56176 commit 3fc9855Copy full SHA for 3fc9855
Cargo.toml
@@ -301,7 +301,7 @@ path = "module/core/component_model"
301
default-features = false
302
303
[workspace.dependencies.component_model_meta]
304
-version = "~0.5.0"
+version = "~0.6.0"
305
path = "module/core/component_model_meta"
306
307
module/core/component_model_meta/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "component_model_meta"
3
-version = "0.5.0"
+version = "0.6.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments