Remove filetime dep from build_helper

This commit is contained in:
Mark Simulacrum 2018-03-31 20:32:40 -06:00
parent 517f24025a
commit 86915ddf30
4 changed files with 8 additions and 19 deletions

View file

@ -1120,7 +1120,7 @@ pub fn run_cargo(build: &Build, cargo: &mut Command, stamp: &Path, is_check: boo
let max = max.unwrap();
let max_path = max_path.unwrap();
if stamp_contents == new_contents && max <= stamp_mtime {
build.verbose(&format!("not updating {:?}; contents equal and {} <= {}",
build.verbose(&format!("not updating {:?}; contents equal and {:?} <= {:?}",
stamp, max, stamp_mtime));
return deps
}