From f791c64f9631c63530c46ff98ea068564b14022f Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Wed, 5 Aug 2020 17:02:30 +0800 Subject: [PATCH] Remove plugins feature. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11216cc3..db8a63d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,6 @@ jobs: flags: - "" - "--features serde" - - "--features plugins" - "--features unchecked" - "--features sync" - "--features no_optimize"