From 79463500a7ade3df7dc99454f5797beaf1d7eef9 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 25 Jan 2024 13:49:52 +0100 Subject: chore: refactor executor and improve documentation Signed-off-by: Henry Gressmann --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2631077..41dd979 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,7 +38,7 @@ jobs: submodules: true - name: Install nightly Rust toolchain - run: rustup update stable nightly + run: rustup update nightly - name: Build (nightly, no default features) run: cargo +nightly build --workspace --exclude wasm-testsuite --no-default-features -- cgit v1.3.1