websockets-rs / rust-websocket

A WebSocket (RFC6455) library written in Rust
http://websockets-rs.github.io/rust-websocket/
MIT License
1.55k stars 223 forks source link

Bump bitflags to 0.9 and bump version #133

Closed Eijebong closed 7 years ago

illegalprime commented 7 years ago

@Eijebong looks good, when this test passes I'll merge.

Eijebong commented 7 years ago

Do you want me to fix those rustfmt failures ? They are not related to this PR but I can do it in a separate commit

illegalprime commented 7 years ago

oh jeez, that formatter is getting annoying. I can do it, since it's not related it wouldn't make sense here. Just rebase on top of the last commit and everything should be OK

Eijebong commented 7 years ago

Could you also publish it on crates.io ? :)

illegalprime commented 7 years ago

Yeah np

illegalprime commented 7 years ago

@Eijebong published

Eijebong commented 7 years ago

Thank you !