Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 04:42
· 5 commits to master since this release
da6fc29
  • Remove dep tokio-pipe (#156)
  • Remove deprecated functions (#156)
  • Replace From<tokio::proces::Child*>
    with TryFrom<tokio::proces::Child*>, since the converison is falliable (#156)
  • Remove IntoRawFd for Child* since the conversion is falliable (#156)