From 2eb33c021ceed0cdb1466a9cf35aa6031f6860d3 Mon Sep 17 00:00:00 2001 From: Nick Quarton <139178705+nquarton@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:48:11 -0800 Subject: [PATCH] Fix to FPGA pauser_sigbus test (#1810) (cherry picked from commit 873c3c2abe2703ffec02e1ced3a2d1b9a70a23c2) --- hw-model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw-model/Cargo.toml b/hw-model/Cargo.toml index d0c716c9e9..8d3e0d6335 100644 --- a/hw-model/Cargo.toml +++ b/hw-model/Cargo.toml @@ -45,4 +45,4 @@ nix.workspace = true [[bin]] name = "fpga_realtime_mbox_pauser" path = "src/bin/fpga_realtime_mbox_pauser.rs" -required-features = ["fpga_realtime", "itrng"] +required-features = ["fpga_realtime"]