summaryrefslogtreecommitdiffstats
path: root/tokio-macros/Cargo.toml
AgeCommit message (Expand)Author
2020-12-09chore: prepare for Tokio 1.0 work (#3238)Carl Lerche
2020-10-26macros: prepare tokio-macros 0.3.1 (#3042)Alice Ryhl
2020-10-15chore: post release Cargo.toml fixes (#2963)Carl Lerche
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-02-27chore: prepare v0.2.12 release (#2278)Carl Lerche
2020-01-27chore: prepare v0.2.11 release (#2179)Carl Lerche
2020-01-22Provide `select!` macro (#2152)Carl Lerche
2020-01-07macros: fix breaking changes (#2069)Carl Lerche
2020-01-07chore: prepare tokio-macros v0.2.2 release (#2068)Artem Vorotnikov
2019-12-18chore: prepare v0.2.5 release (#1984)Carl Lerche
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-23macros: fix handling of arguments of #[tokio::main] attribute (#1578)Taiki Endo
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-08-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur
2019-08-28prepare v0.2.0-alpha.3 release (#1505)Carl Lerche
2019-08-18docs: add docs.rs metadata to build with all features (#1471)Ivan Petkov
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-13macros: upgrade syn/quote (#1432)Douman
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-06-27macros: allow configuring runtime used by main macro (#1185)Douman
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Merge branch 'v0.1.x'Carl Lerche
2019-05-14Release tokio v0.1.20, tokio-timer v0.2.21, and remove async-await-preview fe...Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-25Async/await polish (#1058)Carl Lerche