mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-04 11:02:34 +01:00
Normally "cargo install" will use the latest dependencies, but this causes an issue with "dump_syms". Use "--locked" makes sure we use the dependency versions as indicated by "dump_syms", instead of the latest version.