summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2019-06-09Enable libc extra_traits featureBryant Mairs
2019-06-06Start the next dev cycleAlan Somers
2019-06-06Release v0.14.1Alan Somers
2019-06-06Restrict rand dependency to < 0.7Alan Somers
2019-06-06Fix the is_so_mark_functional test in Linux containersAlan Somers
2019-06-02Update libc dependency to 0.2.57Alan Somers
2019-05-21Release v0.14.0Alan Somers
2019-02-12Bump the rand dependency to 0.6Alan Somers
2019-01-15Start the next dev cycleAlan Somers
2019-01-15Prepare for release 0.13.0Alan Somers
2018-11-28Restore the libc dependency to the git version post-releaseAlan Somers
2018-11-28Bump version to 0.12.0Alan Somers
2018-11-27Fix libc at 0.2.44 in preparation for releaseAlan Somers
2018-11-05Require Rust 1.24.1Bryant Mairs
2018-11-02exclude more CI files from crates.ioIgor Gnatenko
2018-09-05Update to rand 0.5 cratePascal Bach
2018-09-01deps: update tempfile to 3Igor Gnatenko
2018-06-02Start the next dev cycleBryant Mairs
2018-06-02Specify bytes versionBryant Mairs
2018-06-01Set the 0.11 releaseBryant Mairs
2018-04-07Merge #872bors[bot]
2018-04-06Add LioCb::listio_resubmitAlan Somers
2018-03-28Replace the gcc crate by ccBastien Orivel
2018-03-22Replace AioCb::from_bytes with more generic from_boxed_sliceAlan Somers
2018-01-27Cargo.toml: don't exclude test filesIgor Gnatenko
2018-01-26Bump version to 0.11.0-preAlan Somers
2018-01-26Bump version to 0.10.0Alan Somers
2018-01-21Fix libc at 0.2.36 in preparation for releaseAlan Somers
2018-01-15aio: use `Bytes` instead of `Rc<[u8]>`Alan Somers
2018-01-01bump rand to 0.4Igor Gnatenko
2017-12-19Merge #799bors[bot]
2017-12-19Fix support for DragonFlyMichael Neumann
2017-12-05Remove nix-test subcrateBryant Mairs
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-12-01bump lazy_static to 1Igor Gnatenko
2017-11-13Remove deploy.shBryant Mairs
2017-09-03AioCb::Drop will now panic for in-progress AioCbAlan Somers
2017-07-23Bump version to 0.10.0-preAlan Somers
2017-07-23Release 0.9.0Alan Somers
2017-07-20Merge pull request #697 from jonas-schievink/rm-homepageAlan Somers
2017-07-20Remove `homepage` from Cargo.tomlJonas Schievink
2017-07-18Remove broken execvpe implementationBryant Mairs
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-07-17Remove preadv_pwritev feature in favor of conditional includeBryant Mairs
2017-07-17Remove eventfd feature in favor of conditional includeBryant Mairs
2017-07-15PtyMaster::drop should panic on EBADFAlan Somers
2017-07-07Prepare for the 0.9.0 releaseAlan Somers
2017-06-18Update bitflags to 0.9equal-l2
2017-04-15tests should protect concurrent access to signal handlersAlan Somers
2017-03-28Cargo.toml: restore upstream libc remoteJörg Thalheim