This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Commit e49cb08
committed
Merge #40
40: Reduce needless recompiles r=epage a=epage
Build script calls skeptic which emits information asking cargo to
monitor content of README.md.skt.md for changes. If changes to that file
are detected cargo should rebuild this crate. In case of this project
the files does not exist. This causes cargo to trigger a rebuild every
time in hope that it will get created by the build script.
The workaround is to create the file that skeptic asks to monitor which
stops cargo from triggering the rebuild.
For details consult this issues:
* budziq/rust-skeptic#25
* rust-lang/cargo#42131 file changed
+0
-0
lines changedWhitespace-only changes.
0 commit comments