slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
110 stars 67 forks source link

Possible bug triggered by json decoders #28

Closed BenTheElder closed 8 years ago

BenTheElder commented 8 years ago

See previous dicussion: https://github.com/slack-rs/slack-rs/issues/57

Decoding message events for posts from the giphy integration seem to trigger a segfault with some versions of rust.

BenTheElder commented 8 years ago

From comment here: https://github.com/slack-rs/slack-rs/issues/57#issuecomment-224350079, updating rustc_serialize may fix this.

BenTheElder commented 8 years ago

closed by https://github.com/slack-rs/slack-rs/pull/55