aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 00fd5ae..901984e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,6 @@ path = "test/test.rs"
default = ["std", "use-serde"]
# opt-in for std-related Error impl - necessary to `?`-unwrap `DecodeError`.
-std = []
+std = ["yaxpeax-arch/std"]
use-serde = ["yaxpeax-arch/use-serde", "serde", "serde_derive"]