Skip to content

Commit

Permalink
Bump version of apple-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
enfipy committed Aug 3, 2022
1 parent b436cb8 commit 6e72045
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 @@ -17,7 +17,7 @@ anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }

android-manifest = { version = "0.1.9", optional = true }
apple-bundle = { version = "0.1.2", optional = true }
apple-bundle = { version = "0.1.4", optional = true }

[target.'cfg(target_os = "android")'.dependencies]
ndk-glue = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion crossbundle/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ zip-extensions = "0.6"

simctl = { version = "0.1.1", package = "creator-simctl" }
android-manifest = "0.1.9"
apple-bundle = "0.1.2"
apple-bundle = "0.1.4"
android-tools = "0.2.10"
itertools = "0.10"
cargo = "0.63.1"
Expand Down

0 comments on commit 6e72045

Please sign in to comment.