Skip to content

Commit

Permalink
bump up msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed May 9, 2024
1 parent ab59cb6 commit f6a2c9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/cli/src/commands/run/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ impl ExecutableTarget {
pb.set_message("Deserializing pre-compiled WebAssembly module");
let module = unsafe { Module::deserialize_from_file(&engine, path)? };

// FIXME: what if the artifact does not have the hash
let module_hash = module.info().hash.unwrap_or(ModuleHash::XXHash([0u8; 8]));

Ok(ExecutableTarget::WebAssembly {
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.73
1.74

0 comments on commit f6a2c9f

Please sign in to comment.