Make limitations more visible

This commit is contained in:
Nicolas Mattia 2019-11-20 12:10:01 +01:00
parent ccc838126d
commit c94b773f62

View file

@ -39,7 +39,7 @@ project's `Cargo.lock` which makes any code generation unnecessary.
For the same reason, `naersk` does not need anything like `rustPlatform`'s
`cargoSha256`. All crates are downloaded using the `sha256` checksums provided
in the project's `Cargo.lock`. Because `cargo` doesn't register checksums for
`git` dependencies, `naersk` does not support `git` dependencies.
`git` dependencies, **`naersk` does not support `git` dependencies**.
Finally `naersk` supports incremental builds by first performing a
dependency-only build, and _then_ a build that depends on the top-level crate's