From 8fd0d392558422d95119a2e09f261bd4ac54e6d2 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 14 Oct 2019 20:38:48 +0200 Subject: Update deps --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 450a467..b394359 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,3 @@ jobs: rust-version: nightly - name: tests validator_derive with all features run: cd validator_derive && cargo test --all-features - - name: tests validator_derive with no features - run: cd validator_derive && cargo test --no-default-features - -- cgit v1.2.3