Fix cocoa dep on libc

This commit is contained in:
Manish Goregaokar 2015-02-17 12:10:36 +05:30
parent d06f8fa4c8
commit d13328fa80
2 changed files with 4 additions and 2 deletions

View file

@ -75,9 +75,10 @@ dependencies = [
[[package]]
name = "cocoa"
version = "0.1.1"
source = "git+https://github.com/servo/rust-cocoa#7f976d95666fec0fd1382e305d534a5e73586a3d"
source = "git+https://github.com/servo/rust-cocoa#fdc033e2edf9e6979d6cd15da1a904b81a448b57"
dependencies = [
"bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]