summaryrefslogtreecommitdiffstats
path: root/tokio-io/Cargo.toml
AgeCommit message (Expand)Author
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-21io: ensure ReadHalf/WriteHalf do not return WouldBlock directly (#655)Toby Lawrence
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-05-22tokio-io: Fix the link to the repository (#372)Rijenkii
2018-05-01tokio-io: require bytes-0.4.7 for Buf::get_uint_beStefan Bühler
2018-03-27fix(cargo): Bump dependencies so that Tokio compiles with minimal versions (#...Klaus Purer
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-09Relicense Tokio exclusively under the MIT license. (#215)Carl Lerche
2018-03-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-02-07Prepare for tokio 0.1 release (#119)Carl Lerche
2018-01-31Move tokio-io into the git repository. (#96)Carl Lerche