dtolnay / rustversion

Conditional compilation according to rustc compiler version
Apache License 2.0
326 stars 15 forks source link

Fix incorrect path in build.rs causing constant build-script reruns #37

Closed monax3 closed 1 year ago

monax3 commented 1 year ago

The recent change in 8250521593dfa58c98ab48e55dbb9b296960cb54 is pointing to a non-existent build.rs instead of build/build.rs which makes Cargo rerun the build script on every compilation

dtolnay commented 1 year ago

Published in 1.0.11.