From 44f4179c626dc346f51063e6fbfcd2e85171d9c8 Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 28 Sep 2021 19:51:17 -0700 Subject: std depends on and should opt into the yaxpeax-arch feature too --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] -- cgit v1.1