aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 = []