Skip to content

v0.5.5

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 03:38
· 21 commits to main since this release
c4c5dd3

Added

  • after_all_cmd
  • make test_support_link async
  • add hedgehog-rs dependency

Fixed

  • Use std::process::ExitStatus and remove unused import of Child
  • Improve spawn_and_wait and is_success methods in Shell and Executor
  • Resolve compilation errors in create-rust-github-repo

Other

  • update mise version
  • Merge branch 'main' of github.com:DenisGorbachev/create-rust-github-repo
  • Use tokio Command instead of std Command
  • Refactor fn main in every bin and fn run to use async tokio. Keep stdout and stderr. Note that display_message_box call passes stderr as writer argument.
  • update deps