yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.37k stars 2.72k forks source link

by default cargo will always rebuild the crate with custom build.rs #9047

Closed Alkhatri77 closed 1 month ago

Alkhatri77 commented 2 months ago

by default cargo will always rebuild the crate with custom build.rs this stops it rebuilding if this files didn't change from the last build

_Originally posted by @leviska in https://github.com/blockscout/blockscout-rs/pull/206#discussion_r1031182950_

Daniel15 commented 1 month ago

Seems like a Rust question, not a Yarn one.