tmerr / i3ipc-rs

A Rust library for controlling i3-wm through its IPC interface
MIT License
106 stars 33 forks source link

update crates.io to include unreachable code error fix #2

Closed bennyandresen closed 8 years ago

bennyandresen commented 8 years ago

Please update the crates.io package to include the fix for this issue: #1

Thanks in advance. (Got hit by the same bug just now.)

tmerr commented 8 years ago

Good catch, I'll update crates.io tomorrow when I have my laptop with me. In the meantime if you put this in your Cargo.toml it should use the newest version:

i3ipc = { git = "https://github.com/tmerr/i3ipc-rs.git" }

tmerr commented 8 years ago

Updated.