Skip to content

Commit

Permalink
Update doc/languages-frameworks/rust.section.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jörg Thalheim <[email protected]>
  • Loading branch information
Adam Joseph and Mic92 committed Mar 17, 2023
1 parent 4716768 commit 618d8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/rust.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 618d8e6

Please sign in to comment.