From 0fa5c8f81cc7a818b3e8317c0bac5b96eb4bdcf2 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 3 Jul 2023 12:27:35 +0200 Subject: [PATCH] Enabling features in examples --- .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 48af9f2..00154e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,4 +113,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --examples --features smoltcp,cortex-m-cpu + args: --examples --all-features