Skip to content

0.9.0

Compare
Choose a tag to compare
@kolloch kolloch released this 27 Feb 11:58
· 702 commits to master since this release

Help needed! I don't have the resources to meaningfully advance this project. Thankyou for all the valuable contributions but I'd appreciate a co-maintainer who is motivated to put in some time into reviewing PRs, updating docs, fixing bugs, ..

Breaking changes

  • Remove long deprecated root_crate and workspace_members aliases in the generated
    Cargo.nix files.

Enhancements

Under the hood

  • Test execution is now closer to what cargo test does. Thank you, @symphorien!
  • Better direnv support in the source. Thanks, @Mic92!
  • Better support for upcoming nix 3.0. Thanks, @balsoft!
  • tests: avoid building two versions of the same crate. Thanks, @andir!
  • Remove usages of deprecated stdenv.lib. Thanks, @cole-h!