8573 / irc-bot.rs

A library for writing Internet Relay Chat (IRC) bots in the Rust programming language (@rust-lang).
Other
28 stars 13 forks source link

Update smallvec version to stable #63

Open jxhn opened 4 years ago

jxhn commented 4 years ago

closes #54

8573 commented 4 years ago

I don't know why Travis CI isn't reporting back, but this won't work (yet) because stable smallvec's minimum supported Rust version (MSRV) is higher than my MSRV, so updating smallvec will need to wait for an MSRV bump in this crate (which should happen eventually).