aboutsummaryrefslogtreecommitdiff
path: root/fuzz/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/Cargo.toml')
-rw-r--r--fuzz/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml
index 23e8a88..0e25937 100644
--- a/fuzz/Cargo.toml
+++ b/fuzz/Cargo.toml
@@ -64,3 +64,8 @@ name = "behavior_does_not_panic"
path = "fuzz_targets/behavior_does_not_panic.rs"
test = false
doc = false
+
+[features]
+default = ["unstable"]
+
+unstable = ["yaxpeax-x86/unstable"]