egg-mode-rs / egg-mode

a twitter api crate for rust
https://crates.io/crates/egg-mode
Mozilla Public License 2.0
371 stars 65 forks source link

Update to 2018 edition #69

Closed adwhit closed 5 years ago

adwhit commented 5 years ago

AppVeyor is broken because it is pulling in old versions of Rust for some reason (1.28 for stable, 1.30 for nightly)

adwhit commented 5 years ago

Fixed AppVeyor by refreshing the cache

edit: ...or maybe not