Skip to content

Commit

Permalink
Merge pull request #1012 from xyloflake/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kjvalencik committed Dec 2, 2023
2 parents 3886df4 + 36076d9 commit c281ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/cargo-cp-artifact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ npm run build -- --feature=serde

At the time of writing, `cargo` does not include a configuration for outputting a library or binary to a specified location. An `--out-dir` option [exists on nightly](https://github.com/rust-lang/cargo/issues/6790), but does not allow specifying the name of the file.

It surprisingly difficult to reliably find the location of a cargo compiler artifact. It is impacted by many parameters, including:
It's surprisingly difficult to reliably find the location of a cargo compiler artifact. It is impacted by many parameters, including:

* Build profile
* Target, default or specified
Expand Down

0 comments on commit c281ffe

Please sign in to comment.