From 7f40886046dd2abef1b1af3b57d60d595b316956 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Thu, 21 Apr 2022 12:52:01 +0400 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dc58174..9b60d7eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: features: "--all-features" - rust: msrv toolchain: "1.58.0" - features: "--all-features" + features: "--features full" steps: - uses: actions/checkout@v2