mirror of
https://github.com/nix-community/naersk
synced 2025-02-17 03:38:24 +00:00
Make limitations more visible
This commit is contained in:
parent
ccc838126d
commit
c94b773f62
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue