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 35f4234 commit f30a2bf
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 7 deletions.
60 changes: 57 additions & 3 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
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 f30a2bf

Please sign in to comment.