Update rust-cocoa to get fix for setting window title.

This commit is contained in:
Glenn Watson 2015-02-19 07:14:54 +10:00
parent 56eedbaebe
commit b7894248cf
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ dependencies = [
[[package]]
name = "cocoa"
version = "0.1.1"
source = "git+https://github.com/servo/rust-cocoa#fdc033e2edf9e6979d6cd15da1a904b81a448b57"
source = "git+https://github.com/servo/rust-cocoa#7768a8f6af73d132b68e5cad6a0d81ec54102abe"
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)",