From e9572335f1c629abd22651ee14f5921b4f2f4938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gilbert=20R=C3=B6hrbein?= Date: Sat, 19 Aug 2023 20:11:58 +0200 Subject: [PATCH] objc2: fix version to git tag objc-0.4.1 since crates io version got yanked --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 04a42b4..0c62307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [