Sounds like you'd want these changes anyway?
It tends to add latest version of dependencies from crates.io
in case of missing dependencies which are incompatible with the rust version we…
Only in special circumstances where this is actually desirable (e.g. you added a dependency to Cargo.toml), no?
These are the changes it did:
- It updated the path for git dependency…
I have not seen any problem of cargo build changing the lockfile. How do you trigger it?
Running make
command to directly build the target instead of using nix build
updates the…
I just ran build latest master, and got these warnings:
rust-stable allows nested unsafe blocks for clarity, but with rust-nightly having nested unsafe is discouraged (hence the warning).…
The standalone tests with -i386 will fail currently as linalg
function compilation to i386
is left out (63d2b49b09/nac
…