summaryrefslogtreecommitdiffstats
path: root/tokio-test/Cargo.toml
AgeCommit message (Expand)Author
2020-12-09chore: prepare for Tokio 1.0 work (#3238)Carl Lerche
2020-11-08tokio-test: Update bytes to v0.6 (#3107)Oliver Gould
2020-10-15chore: post release Cargo.toml fixes (#2963)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-04-17test: Add `Future` and `Stream` impl for `Spawn`. (#2412)Lucio Franco
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
2019-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-30chore: update futures-preview to 0.3.0-alpha.19 (#1610)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-13test: add a block_on function to tokio-test (#1431)Geoff Shannon
2019-08-10chore: update futures-preview to 0.3.0-alpha.18 (#1427)Taiki Endo
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07Remove git dep and add macro examples (#1404)Lucio Franco
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-12tokio-test: add tokio_test::io mock builderSean McArthur
2019-06-30timer: finish updating timer (#1222)Carl Lerche
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-04-23Introduce `tokio-test` crate (#1030)Lucio Franco