From f08fb038def88e7025d19aeaa1cb45125074f6c2 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 5 Jul 2026 03:50:34 +0000 Subject: 2.2.0 --- fuzz/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fuzz/Cargo.toml') diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 2e554db..e5c1105 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -48,6 +48,12 @@ test = false doc = false [[bin]] +name = "display_masm_does_not_panic" +path = "fuzz_targets/display_masm_does_not_panic.rs" +test = false +doc = false + +[[bin]] name = "does_not_decode_invalid_registers" path = "fuzz_targets/does_not_decode_invalid_registers.rs" test = false -- cgit v1.1