From d4f2c6cf00b481f5d346bc3a1cd820883c8add23 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 2 Mar 2021 21:14:58 +0100 Subject: Remove cargo namespaced-features --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 44e092a67..006416121 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,4 +22,4 @@ jobs: components: rust-src override: true - name: Build - run: ./test-build.sh + run: ./ci.sh -- cgit