From 6e720450c562a2a21d939eb65a4709e3c8fd1080 Mon Sep 17 00:00:00 2001 From: David Ackerman Date: Thu, 4 Aug 2022 00:45:45 +0200 Subject: [PATCH] Bump version of apple-bundle --- Cargo.toml | 2 +- crossbundle/tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c22740d7..82c4ed8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crossbundle/tools/Cargo.toml b/crossbundle/tools/Cargo.toml index 74b5ff85..cce4ea1c 100644 --- a/crossbundle/tools/Cargo.toml +++ b/crossbundle/tools/Cargo.toml @@ -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"