diff options
author | iximeow <me@iximeow.net> | 2021-09-28 19:51:17 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-09-28 19:51:17 -0700 |
commit | 44f4179c626dc346f51063e6fbfcd2e85171d9c8 (patch) | |
tree | 69c417b88fb37d5a05aafb1533ce78e53ed116ab | |
parent | ce99ad8e8e5260f3a8bac896e14faf54f0df6c58 (diff) |
std depends on and should opt into the yaxpeax-arch feature too
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |