Skip to content

Commit 1f1bfa7

Browse files
committed
Update x86_64 to v0.14.0
1 parent 4cab9ad commit 1f1bfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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.13.2", default-features = false, features = ["instructions"] }
12+
x86_64 = { version = "0.14.0", default-features = false, features = ["instructions"] }
1313

1414
[features]
1515
default = [ "nightly" ]

0 commit comments

Comments
 (0)