attempt fix on inter

This commit is contained in:
Jonathan Kelley 2024-03-05 23:49:27 -08:00
parent 4b2e426958
commit 45b824346c
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -16,6 +16,8 @@ fn main() {
if contents.trim() == hash.to_string() {
return;
}
panic!("Hashes don't match {} != {}", contents, hash.to_string());
}
// Otherwise, generate the bindings and write the new hash to disk