Files
Retro68/gcc/libgrust/libformat_parser/vendor.NOTES
Wolfgang Thaller ada185db54 gcc 15.1.0
2025-05-20 23:06:07 +02:00

6 lines
474 B
Plaintext

All of the Rust crates within libgrust should vendor their dependencies in order to allow cargo to build these crates without an internet connection.
This can be achieved with the `cargo vendor` subcommand, available by default on modern version of `cargo`.
If you update a dependency, remember to re-run `cargo vendor` in order to download the updated version of this library. This should be checked by `cargo build --offline` in our CI anyway, so there isn't much risk.