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 20b7d05 commit 1c34569Copy full SHA for 1c34569
Cargo.toml
@@ -253,7 +253,7 @@ path = "module/core/component_model_meta"
253
default-features = false
254
255
[workspace.dependencies.component_model_types]
256
-version = "~0.2.0"
+version = "~0.3.0"
257
path = "module/core/component_model_types"
258
259
module/core/component_model_types/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "component_model_types"
3
-version = "0.2.0"
+version = "0.3.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments