Skip to content

Commit

Permalink
Merge pull request #6 from iTitus/update
Browse files Browse the repository at this point in the history
Update x86_64 dependency to version 0.15.0
  • Loading branch information
phil-opp committed Mar 11, 2024
2 parents e0e257e + de0fde9 commit ac8be75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ license = "Apache-2.0/MIT"

[features]
default = ["nightly"]
nightly = ["x86_64/inline_asm"]
stable = ["x86_64/external_asm"]

# These features are currently unused
nightly = []
stable = []

[dependencies]
x86_64 = { version = "0.14.2", default-features = false, features = [
x86_64 = { version = "0.15.0", default-features = false, features = [
"instructions",
] }

Expand Down

0 comments on commit ac8be75

Please sign in to comment.