From 3c578d4b31f9ad038b160268ba0fcc67d3f6f836 Mon Sep 17 00:00:00 2001 From: Dave Bakker Date: Sat, 25 Jan 2025 18:53:29 +0100 Subject: [PATCH] Update abi-up-to-date action --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ab942b..b5227c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,5 +13,6 @@ jobs: - uses: actions/checkout@v4 - uses: WebAssembly/wit-abi-up-to-date@v22 with: - wit-bindgen: '0.33.0' - wasm-tools: '1.218.0' + features: 'tls' + wit-bindgen: '0.38.0' + wasm-tools: '1.224.0'