From f5bc7f052e1e48a2fd934203954542d7bbb0aee5 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 24 Nov 2021 00:35:23 +0100 Subject: inline lookup of symbol version until API defined for goblin --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a8975b2..f2cc248 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,6 @@ edition = "2018" libc = "0.2" [dependencies.goblin] -#version = "0.4" -git = "https://github.com/johannst/goblin" -branch = "elf-gnu-symbol-versioning-utils" +version = "0.4" default-features = false features = ["std", "elf32", "elf64", "endian_fd"] -- cgit v1.2.3