Skip to content

v0.12.3

Compare
Choose a tag to compare
@tao-guo tao-guo released this 21 Mar 20:05
· 267 commits to master since this release

Changes

  • Fixed cd bugs to make sure later commands always use the previous settings in the same command group
  • Update dd_test example to use structopt and rayon crates to simply the code
  • Clean up ownership in process APIs, and try not to take any ownership
  • Change CMD_MAP back to lazy_static! to make sure it works in multi-thread environment
  • Add github ci workflow