Skip to content

0.4.2

Compare
Choose a tag to compare
@fanzeyi fanzeyi released this 26 Jul 23:05
· 18 commits to master since this release

New Flags

  • --mode <test|check>, --test and --check are added to control which Cargo subcommand you want to run. With these flags you can run code guarded with cfg(test) or simply check errors with cargo check. (Thanks @rochacbruno)