You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.