File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ license = "MIT/Apache-2.0"
10
10
build = " build.rs"
11
11
12
12
[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 " }
15
15
16
16
[build-dependencies ]
17
17
bindgen = " 0.31"
Original file line number Diff line number Diff line change @@ -9,3 +9,7 @@ repository = "https://github.com/mullvad/system-configuration-rs"
9
9
license = " MIT/Apache-2.0"
10
10
11
11
[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" }
You can’t perform that action at this time.
0 commit comments