Skip to content

Commit

Permalink
using the latest official version of the x86 crate
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Feb 3, 2021
1 parent 1c252a5 commit 35daed2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Expand Up @@ -44,7 +44,7 @@ smp = []
fsgsbase = []

[dev-dependencies]
x86 = { version = "0.35.*", default-features = false }
x86 = { version = "0.36.*", default-features = false }
float-cmp = "0.8.0"

[dependencies.scopeguard]
Expand Down Expand Up @@ -80,12 +80,9 @@ default-features = false
version = "0.6.*"

[target.'cfg(target_arch = "x86_64")'.dependencies.x86]
version = "0.35.*"
version = "0.36.*"
default-features = false

[patch.crates-io]
x86 = { git = "https://github.com/gz/rust-x86.git", branch = "master" }

# The development profile, used for `cargo build`.
[profile.dev]
opt-level = 1 # controls the `--opt-level` the compiler builds with
Expand Down

0 comments on commit 35daed2

Please sign in to comment.