Skip to content

Commit

Permalink
fix: use upstream apple codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jul 16, 2024
1 parent 0abe87f commit 2d40251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 2d40251

Please sign in to comment.