From 4722b7370d4460c52fcddae5a4b28f2137501200 Mon Sep 17 00:00:00 2001 From: Doug Anderson444 Date: Sun, 5 Jan 2025 15:02:15 -0400 Subject: [PATCH] use latest cargo-component binstalled --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 20f443c..b605c59 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -37,8 +37,8 @@ jobs: # run `cargo component build` in the crates/delano-wit folder first - name: Install binstall uses: taiki-e/install-action@cargo-binstall - - name: Install cargo component - run: echo yes | cargo binstall cargo-component@0.10.1 + - name: Install cargo-component + run: echo yes | cargo binstall cargo-component - name: Cargo component build workspace run: just build