Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 06:44
· 47 commits to main since this release
  • Fixed a bug where API usages by dependencies of proc-macros were not properly checked.
  • Pass environment variables set by build scripts to sandboxed rustc.
  • Allow passing of arbitrary environment variables to sandboxed processes.
  • Fixed repeated running of tests when a test failed.
  • Fixed cargo acl run (--all-targets was being passed causing it to error).
  • Cargo features can now be specified via --features flag.