From d58bfcb1ba2ceee1abe368ba81d31240e711d215 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 1 May 2022 13:53:04 -0700 Subject: add testing setup for field descriptions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 = [] -- cgit v1.1