rules_rust/cargo
Daniel Wagner-Hall c603a7710d
Add per-target link flags in the right place (#2963)
Previously we were adding these early on in the link args.

This was a bug - if some transitive dep foo has a linkopt of `-lbar`,
the `-lbar` needs to be later in the link args list than `-lfoo`.

Rather than arbitrarily adding them early on and hoping things work,
this adds the args for each library just after we add a dependency on
that library.
2024-10-26 20:36:01 +00:00
..
bootstrap Addressed clippy warnings from `clippy 0.1.67 (ec56537c 2022-12-15)` (#1717) 2022-12-22 09:07:01 -08:00
cargo_build_script_runner Update `cargo_build_script` to always render custom runfiles dirs. (#2891) 2024-10-03 19:05:27 +00:00
private Add per-target link flags in the right place (#2963) 2024-10-26 20:36:01 +00:00
settings Flipped `incompatible_runfiles_cargo_manifest_dir` (#2948) 2024-10-23 18:18:32 +00:00
BUILD.bazel Implement rules archive release artifact in github action. (#1501) 2022-08-08 13:17:53 +01:00
defs.bzl Moved `cargo_dep_env` into it's own file. (#2823) 2024-09-03 10:38:38 +00:00