From 213fe1dc4e9c3d952d446da61d32e0a820a326c6 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 26 Jul 2020 14:38:29 +0200 Subject: [PATCH] Update ci configuration for async feature rename --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0052719..0e1d645 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: test - args: --features=async + args: --features=async-std1 check: name: Check