diff --git a/Cargo.toml b/Cargo.toml index 2db4162b..e1dc056b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ categories = ["game-development"] [workspace.dependencies] annotate-snippets = { version = "0.10.0", default-features = false } anyhow = { version = "1.0.75", default-features = false } -apple-codesign = { git = "https://github.com/baszalmstra/apple-platform-rs.git", branch = "fix/disabled_features", default-features = false } +apple-codesign = { version = "0.27.0", default-features = false } array-init = { version = "2.1.0", default-features = false } bitflags = { version = "2.5.0", default-features = false } by_address = { version = "1.1.0", default-features = false }