Skip to content

Commit

Permalink
Bump opaque-types to 0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Jan 9, 2025
1 parent d7327d5 commit b182769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = ["components/*", "components/multimedia/image_framework"]
exclude = ["components/multimedia", "scripts"]

[workspace.dependencies]
ohos-sys-opaque-types = { version = "0.1.2", path = "components/opaque-types" }
ohos-sys-opaque-types = { version = "0.1.3", path = "components/opaque-types" }


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion components/opaque-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ohos-sys-opaque-types"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
keywords = ["OpenHarmony", "HarmonyOS"]
description = "Internal helper cratefor opaque type bindings that are used in multiple ohos-sys crates"
Expand Down

0 comments on commit b182769

Please sign in to comment.