From d26a9ee990016c9721a0748abd0329946dc63552 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 5 Apr 2017 19:10:17 -0600 Subject: [PATCH] Fix goblin include --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56cd6722..a6b285a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ raw-cpuid = { git = "https://github.com/gz/rust-cpuid", branch = "master" } redox_syscall = "0.1" [dependencies.goblin] -verion = "0.0.8" +version = "0.0.8" default-features = false features = ["elf32", "elf64"] -- GitLab