Update rust-clipboard to the version with working set_contents.

This commit is contained in:
Avi Weinstock 2015-07-17 13:45:46 -04:00
parent f86252a60b
commit 9ba18850dd
5 changed files with 4 additions and 5 deletions

View file

@ -131,7 +131,7 @@ dependencies = [
[[package]]
name = "clipboard"
version = "0.0.1"
source = "git+https://github.com/aweinstock314/rust-clipboard#d271be958151cbc90d4cea670f028afe05e75cbe"
source = "git+https://github.com/aweinstock314/rust-clipboard#67ec94ac27b28ff4ed3a4dde212f57e302f7cc35"
dependencies = [
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"x11 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",