Commit Graph

26 Commits

Author SHA1 Message Date
Taiki Endo 580be7ee06 Release 1.6.0 2022-11-27 16:39:21 +09:00
John Nunley de1071784e
Port to windows-sys (#27) 2022-11-26 21:14:01 -08:00
Taiki Endo f835f75f39 Fix build failure with minimal-versions 2022-11-27 13:31:38 +09:00
John Nunley a44d0b418a
Port from once-cell to async-lock (#26) 2022-11-27 12:43:59 +09:00
Taiki Endo 00f30f09e2 Release 1.5.0 2022-08-21 18:24:34 +09:00
John Nunley 8dda23e06b
Add `AsRawFd`/`AsFd` to the `ChildStd*` types (#23)
* add asrawfd/asfd impls

* fmt
2022-08-17 17:42:17 -07:00
Taiki Endo 2e0881f64d Bump to v1.4.0 2022-05-01 13:57:48 +09:00
Taiki Endo 6beffb4373 Clean up CI config 2022-01-08 22:03:15 +09:00
Taiki Endo 327f176ba4 Bump to v1.3.0 2021-11-10 20:40:38 +09:00
Taiki Endo fa4ab47e97 Bump to v1.2.0 2021-08-07 16:51:24 +09:00
Taiki Endo 0da238915e Bump to v1.1.0 2021-04-24 17:45:31 +09:00
BinCheng 7d9dc0b914
Adding the `into_stdio` make async-process more flexible. (#13) 2021-04-24 17:39:11 +09:00
Taiki Endo e38b5f843a Remove readme field from Cargo.toml 2021-02-14 19:43:45 +09:00
Stjepan Glavina 16b78764ae Bump to v0.1.2 2021-02-05 21:03:55 +01:00
Taiki Endo b83f51aa7f
Merge pull request #4 from ooesili/update-signal-hook
Update signal-hook to version 0.3.0
2020-12-29 20:01:12 +09:00
Taiki Endo f17226fcbd Update URLs 2020-12-26 23:47:13 +09:00
Wesley Merkel ae865efb27 Update signal-hook to version 0.3.0
The dependency on version v0.1.16 of signal-hook makes this library
impossible to use in a project alongside signal-hook version v0.3.0.
This is caused by an arguably incorrect dependency from signal-hook
v0.1.16 on `~1.2` of signal-hook-registry (I think it should just depend
on `^1.2` instead), however it seemed more beneficial overall to upgrade
this crate's dependency instead.
2020-12-25 05:05:12 -06:00
Marc-Antoine Perennou 166679449d update cfg-if
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2020-11-06 11:36:48 +01:00
Stjepan Glavina 090f6eec39 Bump to v1.0.1 2020-10-09 14:38:18 +02:00
Stjepan Glavina 974c3cc080 Update futures-lite 2020-10-09 14:37:51 +02:00
Stjepan Glavina 5a859dbf43 Bump to v1.0.0 2020-09-07 15:59:51 +02:00
Stjepan Glavina 3acf5fcafa Bump to v0.1.3 2020-08-26 23:27:37 +02:00
Stjepan Glavina 60ce358d76 Bump to v0.1.2 2020-08-22 16:43:12 +00:00
Stjepan Glavina 377e658288 Don't reap the child while there's a Child instance 2020-08-20 19:47:23 +00:00
Stjepan Glavina 71d3dfcbab Initial version 2020-08-19 13:34:03 +00:00
Stjepan Glavina 251ab32f59 Initial commit 2020-08-18 20:19:25 +00:00