Skip to content

Commit d220ccf

Browse files
committed
Add temporary git path to core-foundation
1 parent 8ca7262 commit d220ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ libloading = { version = "0.4", optional = true, default-features = false }
2626
lazy_static = { version = "1", optional = true }
2727

2828
[target.x86_64-apple-darwin.dependencies]
29-
core-foundation = "0.5"
29+
core-foundation = { version = "0.5", git = "https://github.com/faern/core-foundation-rs", branch = "tcftype-ref-as-associated" }
3030
cgl = "0.2"
3131

3232
[target.'cfg(target_os = "ios")'.dependencies]

0 commit comments

Comments
 (0)