Skip to content

Commit

Permalink
Bug in yaxpeax-arch causing compile errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
WINSDK committed Apr 18, 2023
1 parent 14d9736 commit 62f8757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion decoder-x86_64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ edition = "2021"

[dependencies]
decoder = { path = "../decoder" }
yaxpeax-x86 = { version = "1.1", features = ["std", "colors", "fmt"], default-features = false }
# remove serde flag when `https://github.com/iximeow/yaxpeax-arch/pull/4` is merged
yaxpeax-x86 = { version = "1.1", features = ["std", "colors", "fmt", "use-serde"], default-features = false }

0 comments on commit 62f8757

Please sign in to comment.