Simplify running update-references.sh

This commit is contained in:
David Tolnay
2019-02-17 10:58:09 -08:00
parent 344602d27e
commit bf27b28554
3 changed files with 32 additions and 25 deletions
+1
View File
@@ -15,6 +15,7 @@ fn ui() {
--extern serde_derive \
",
)),
build_base: std::path::PathBuf::from("../target/ui"),
..Default::default()
});
}