Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Jan 4, 2025
1 parent f76e44d commit 03c1504
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
22 changes: 15 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ohos-deviceinfo-sys = { version = "0.1", optional = true, path = "components/dev
hitrace-sys = { version = "0.1.2", optional = true, path = "components/hitrace"}
ohos-ime-sys = { version = "0.1.1", optional = true, path = "components/inputmethod"}
hilog-sys = { version = "0.1.2", optional = true, path = "components/hilog"}
xcomponent-sys = {version = "0.1.1", optional = true, path = "components/xcomponent"}
xcomponent-sys = {version = "0.2.0", optional = true, path = "components/xcomponent"}
ohos-image-kit-sys = {version = "0.1.0", optional = true, path = "components/multimedia/image_framework"}

[features]
Expand Down
4 changes: 2 additions & 2 deletions components/xcomponent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xcomponent-sys"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
description = "Raw Bindings to the `xcomponent` API of OpenHarmony"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
[dependencies]
document-features = { version = "0.2", optional = true }
keyboard-types = {version = "0.7.0", optional = true}
arkui-sys = { version = "0.1.0", optional = true}
arkui-sys = { version = "0.2.0", path = "../arkui", optional = true}

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03c1504

Please sign in to comment.