Skip to content

Commit

Permalink
objc2: fix version to git tag objc-0.4.1 since crates io version got …
Browse files Browse the repository at this point in the history
…yanked
  • Loading branch information
payload committed Aug 19, 2023
1 parent 3339e16 commit e957233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ documentation = "https://docs.rs/kamera"
repository = "https://github.com/payload/kamera"

[target.'cfg(target_os = "macos")'.dependencies]
icrate = { version = "*", features = [
icrate = { git = "https://github.com/madsmtm/objc2.git", tag = "objc-0.4.1", features = [
"Foundation",
"Foundation_NSArray",
"Foundation_NSNumber",
"Foundation_NSMutableDictionary",
] }
objc2 = { version = "0.4", features = ["malloc"] }
objc2 = { git = "https://github.com/madsmtm/objc2.git", tag = "objc-0.4.1", features = ["malloc"] }

[target.'cfg(target_os="windows")'.dependencies]
windows = { version = "0.48", features = [
Expand Down

0 comments on commit e957233

Please sign in to comment.