From b8f93f6213cd115ff284381ed8ed2d4aa7da7784 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 18 Mar 2024 17:10:58 +0100 Subject: [PATCH] feat: make feature selection more specific --- a653rs-router-zynq7000/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/a653rs-router-zynq7000/Cargo.toml b/a653rs-router-zynq7000/Cargo.toml index 7f7d410..1fe3467 100644 --- a/a653rs-router-zynq7000/Cargo.toml +++ b/a653rs-router-zynq7000/Cargo.toml @@ -12,6 +12,7 @@ trace = [ ] partition = [ "a653rs-router/serde", + "a653rs/bindings", "dep:a653rs", "dep:a653rs-xng", "dep:postcard",