From a24f66801ae39e7cc024fbd5f62641375cb9b430 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 14 Feb 2020 15:04:57 +0100 Subject: [PATCH] Cargo.toml: update x86_64 dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af25752..685ff0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" [dependencies] bitflags = "1.1.0" -x86_64 = "0.8.3" +x86_64 = "0.9"