Skip to content

Commit 2841009

Browse files
committed
Update x86_64 dependency to v0.12.2 to fix nightly breakage
1 parent 672216b commit 2841009

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99

1010
[dependencies]
1111
bitflags = "1.1.0"
12-
x86_64 = { version = "0.12.1", default-features = false, features = ["instructions"] }
12+
x86_64 = { version = "0.12.2", default-features = false, features = ["instructions"] }
1313

1414
[features]
1515
default = [ "x86_64/default" ]

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- Update `x86_64` dependency to version `0.12.2`
4+
35
# 0.2.8 – 2020-09-24
46

57
- Update `x86_64` dependency to version `0.12.1`

0 commit comments

Comments
 (0)