From 3efc8aa5a87101dfeafd922306f86afdf305cfe6 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 28 Jan 2020 09:08:47 +0100 Subject: [PATCH] update dependency for x86_64 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de3e6e2..7b5daaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" [dependencies] bitflags = "1.1.0" -x86_64 = "0.7.3" +x86_64 = "0.8.3"