aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-09-28 19:51:17 -0700
committeriximeow <me@iximeow.net>2021-09-28 19:51:17 -0700
commit44f4179c626dc346f51063e6fbfcd2e85171d9c8 (patch)
tree69c417b88fb37d5a05aafb1533ce78e53ed116ab
parentce99ad8e8e5260f3a8bac896e14faf54f0df6c58 (diff)
std depends on and should opt into the yaxpeax-arch feature too
-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"]