Add rerun_except to root crate
Cargo is finding more reasons to do unnecessary rebuilds, so I've added the rerun_except crate to its build.rs as well to ignore .asm files before recompiling. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -10,3 +10,6 @@ edition = "2018"
|
||||
structopt = "0.3"
|
||||
snafu = "0.6.2"
|
||||
libvm = { path = "src/libvm" }
|
||||
|
||||
[build-dependencies]
|
||||
rerun_except = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user