aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-05-01 13:53:04 -0700
committeriximeow <me@iximeow.net>2022-05-01 13:54:39 -0700
commitd58bfcb1ba2ceee1abe368ba81d31240e711d215 (patch)
tree9dd13b80012c31656ef2e15e0eb3ee22d69b9e59 /Cargo.toml
parent073d3b367ee4164fc5c89c4a7869770f0261a00c (diff)
add testing setup for field descriptions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a440d12..5de6157 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ lto = true
default = ["std", "colors", "use-serde", "fmt"]
# opt-in for some apis that are really much nicer with String
-std = []
+std = ["yaxpeax-arch/std"]
# feature for formatting instructions and their components
fmt = []