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 77aaadd commit f956610Copy full SHA for f956610
Cargo.toml
@@ -322,7 +322,7 @@ path = "module/core/component_model_meta"
322
default-features = false
323
324
[workspace.dependencies.component_model_types]
325
-version = "~0.14.0"
+version = "~0.15.0"
326
path = "module/core/component_model_types"
327
328
module/core/component_model_types/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "component_model_types"
3
-version = "0.14.0"
+version = "0.15.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments