Skip to content

Commit

Permalink
chore(qc): change an outdated log message in build.sh (#5152)
Browse files Browse the repository at this point in the history
This message was grandfathered from the `build.sh` script for
query-engine-wasm, however we don't actually use a nightly toolchain for
query-compiler-wasm.
  • Loading branch information
aqrln authored Feb 6, 2025
1 parent 9b61bf9 commit a1d5464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-compiler/query-compiler-wasm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi


build() {
echo "ℹ️ Note that query-compiler compiled to WASM uses a different Rust toolchain"
echo "ℹ️ Current Rust toolchain version:"
cargo --version

local CONNECTOR="$1"
Expand Down

0 comments on commit a1d5464

Please sign in to comment.