From 987effcdfe3e203f40f51fa9641fc05886606da4 Mon Sep 17 00:00:00 2001 From: Felipe Rosa Date: Mon, 8 Apr 2024 12:08:24 -0300 Subject: [PATCH] chore(earthly-rust): Update wit-bindgen-cli to 0.24.0 in earthly rust target --- earthly/rust/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly/rust/Earthfile b/earthly/rust/Earthfile index 6d0b3d8f0..abffca458 100644 --- a/earthly/rust/Earthfile +++ b/earthly/rust/Earthfile @@ -85,7 +85,7 @@ rust-base: RUN cargo install cargo-llvm-cov --version=0.6.8 RUN cargo install wasm-tools --version=1.201.0 RUN cargo install cargo-expand --version=1.0.79 - RUN cargo install wit-bindgen-cli --version=0.22.0 + RUN cargo install wit-bindgen-cli --version=0.24.0 RUN cargo install --git https://github.com/bytecodealliance/wasmtime --tag v17.0.0 verify-component-adapter SAVE ARTIFACT $CARGO_HOME/bin/refinery refinery