Skip to content

Commit

Permalink
update x86 dependency
Browse files Browse the repository at this point in the history
Updates the x86 dependency to the latest version
  • Loading branch information
brayniac committed Jun 6, 2019
1 parent 858415b commit 9483f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = '2018'
[dependencies]
bitflags = "0.7.*"
libc = "0.2"
x86 = { version = "0.16.3", features = ["performance-counter"] }
x86 = { version = "0.19.0", features = ["performance-counter"] }
mmap = "0.1.*"
byteorder = "0.5"
nom = "^2.0"
Expand Down

0 comments on commit 9483f80

Please sign in to comment.