From c2aea50d008d5567d2827b8d6c16d38359df8927 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 8 Sep 2020 00:52:29 +0200 Subject: Saner way of handling events. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cc1f6f8..1f02d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,10 @@ members = [ "example", ] +exclude = [ + "nrf-softdevice-gen" +] + [patch.crates-io] cortex-m = { git = "https://github.com/Dirbaio/cortex-m"} panic-probe = { git = "https://github.com/knurling-rs/probe-run", branch="main" } -- cgit v1.2.3