Update doc/languages-frameworks/rust.section.md

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Adam Joseph 2023-03-17 19:10:15 +00:00 committed by GitHub
parent 4716768513
commit 618d8e6a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -693,7 +693,7 @@ In particular, note that the argument given as `--src` is copied
verbatim to the source. If we look at a more complicated
dependencies, for instance by adding a single line `libc="*"` to our
`Cargo.toml`, we first need to run `cargo build` to update the
`Cargo.lock`. Then, `carnix` needs to be run again, and produces the
`Cargo.lock`. Then, `crate2nix` needs to be run again, and produces the
following nix file:
```nix