Skip to content

Commit

Permalink
Update hash
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Sep 13, 2024
1 parent 017a9ab commit 60cb249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/vm-derive-impl/src/hash_function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use quote::quote;

use super::{bail, maybe};

// i do what i must because i can
// i do what i must because i can <https://youtu.be/Y6ljFaKRTrI?t=27>
fn format_code<C>(code: C) -> String
where
C: AsRef<[u8]>,
Expand All @@ -25,6 +25,7 @@ where
}

let output = child.wait_with_output().unwrap();
assert!(output.status.success());
String::from_utf8(output.stdout).unwrap()
}

Expand Down
2 changes: 1 addition & 1 deletion packages/vm/src/modules/file_system_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ mod tests {
let discriminator = raw_module_version_discriminator();
assert_eq!(
discriminator,
"bc465b26592e04a988baf4eb5358065904ecfff3f8f3fa9d417d137dacb4a20d"
"ddae2ae211962fc3481ff11cd46413750c692ddeb3d65f3e7a8a6d31ab1f8511"
);
}
}

0 comments on commit 60cb249

Please sign in to comment.