Skip to content

Commit

Permalink
update wasmedge-quickjs commit hash in rust dependency installation s…
Browse files Browse the repository at this point in the history
…cript
  • Loading branch information
lastmjs committed Jan 25, 2024
1 parent b79c154 commit 66656cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_rust_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function install_wasmedge_quickjs() {
cd "$global_azle_version_dir" &> "$global_azle_logs_dir"/install_wasmedge_quickjs
git clone https://github.com/demergent-labs/wasmedge-quickjs &>> "$global_azle_logs_dir"/install_wasmedge_quickjs
cd wasmedge-quickjs &>> "$global_azle_logs_dir"/install_wasmedge_quickjs
git checkout c9fb2f6f59f720689b509167267ab547763d22ab &>> "$global_azle_logs_dir"/install_wasmedge_quickjs
git checkout 82e21ec4b3a59fa3b55a60c3445502deacf2c4a8 &>> "$global_azle_logs_dir"/install_wasmedge_quickjs
cd - &>> "$global_azle_logs_dir"/install_wasmedge_quickjs
cd - &>> "$global_azle_logs_dir"/install_wasmedge_quickjs
}
Expand Down

0 comments on commit 66656cb

Please sign in to comment.