Skip to content

Commit c129f74

Browse files
committed
Depend on git versions of core foundation
1 parent 9fbeaf7 commit c129f74

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

system-configuration-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = "MIT/Apache-2.0"
1010
build = "build.rs"
1111

1212
[dependencies]
13-
core-foundation = "0.4"
14-
core-foundation-sys = "0.4"
13+
core-foundation = { git = "https://github.com/servo/core-foundation-rs", version = "0.4.4" }
14+
core-foundation-sys = { git = "https://github.com/servo/core-foundation-rs", version = "0.4.4" }
1515

1616
[build-dependencies]
1717
bindgen = "0.31"

system-configuration/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ repository = "https://github.com/mullvad/system-configuration-rs"
99
license = "MIT/Apache-2.0"
1010

1111
[dependencies]
12+
core-foundation = { git = "https://github.com/servo/core-foundation-rs", version = "0.4.4" }
13+
core-foundation-sys = { git = "https://github.com/servo/core-foundation-rs", version = "0.4.4" }
14+
15+
system-configuration-sys = { path = "../system-configuration-sys" }

0 commit comments

Comments
 (0)