0.9.0
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
andworkspace_members
aliases in the generated
Cargo.nix
files.
Enhancements
- Issue #83 Supporting depending on different versions of the same crate!
- Some strides towards cross-compilation support. Docs missing and would be appreciated! Thanks, @Ericson2314, @lopsided98!
- Experimental out-of-tree support -- with no time to work further on it :(
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!