summaryrefslogtreecommitdiffstats
path: root/tokio-current-thread/Cargo.toml
AgeCommit message (Expand)Author
2019-08-15executor: move current-thread into crate (#1447)Carl Lerche
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-07-08current-thread: make `tokio_current_thread::Handle` Sync (#1119)Reto Kaiser
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-22chore: fix Cargo.toml filesCarl Lerche
2019-03-22Bump Tokio version to v0.1.18 (#997)Carl Lerche
2019-03-21executor: add TypedExecutor (#993)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-09-27Bump version to v0.1.10, fixing minimal versions (#671)Carl Lerche
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-06-12tokio-current-thread crate (#370)jpbriquet