Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Mar 27, 2023
1 parent 1ad8514 commit 2e7cd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/wasm-builder/src/prerequisites.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ pub(crate) fn check() -> Result<CargoCommandVersioned, String> {

if !cargo_command.supports_substrate_wasm_env() {
return Err(print_error_message(
"No rustc version found that supports our Substrate wasm environment! \
Rustc version needs to be at least 1.68.0 or rustc nightly needs to be installed.",
"Cannot compile the WASM runtime: no compatible Rust compiler found!\n\
Install at least Rust 1.68.0 or a recent nightly version.",
))
}

Expand Down

0 comments on commit 2e7cd85

Please sign in to comment.