Skip to content

Commit 41eb5fb

Browse files
committed
fix
Signed-off-by: xxchan <xxchan22f@gmail.com>
1 parent 019e03c commit 41eb5fb

4 files changed

Lines changed: 28 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ async_fn_in_trait = "allow"
237237
unexpected_cfgs = { level = "warn", check-cfg = [
238238
'cfg(madsim)',
239239
'cfg(coverage)',
240-
'cfg(dashboard_built)'
240+
'cfg(dashboard_built)',
241241
] }
242242

243243
[workspace.lints.clippy]

ci/scripts/build-other.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ set -euo pipefail
55

66
source ci/scripts/common.sh
77

8-
98
echo "--- Build Rust UDF"
109
cd e2e_test/udf/wasm
10+
rustup target add wasm32-wasi
1111
cargo build --release
1212
cd ../../..
1313

lints/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See `README.md` before bumping the version.
22

33
[toolchain]
4-
channel = "nightly-2024-03-21"
4+
channel = "nightly-2024-06-08"
55
components = ["llvm-tools-preview", "rustc-dev"]

0 commit comments

Comments
 (0)