You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vendorMultipleCargoDeps can now be used to vendor crates from multiple
distinct Cargo.lock files. Notably this allows for building the standard
library (via -Z build-std or equivalent) since both the project's
and the Rust toolchain's Cargo.lock files can be vendored together
Changed
vendorCargoRegistries now accepts a registries parameter from the caller.
If not specified, it will be computed via cargoConfigs. Also cargoConfigs
is now an optional parameter which will default to [] if not specified.
Fixed
vendorCargoDeps correctly accepts arguments which have not set src, so
long as one of cargoLock, cargoLockContents, or cargoLockParsed is set