From f484179454761d3a35f6d98751d62ccebbc986aa Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 21 Aug 2021 23:53:02 +0200 Subject: add check for symbol version --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d7eb41d..a8975b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,10 @@ edition = "2018" [dependencies] libc = "0.2" -goblin = { version = "0.4", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] } + +[dependencies.goblin] +#version = "0.4" +git = "https://github.com/johannst/goblin" +branch = "elf-gnu-symbol-versioning-utils" +default-features = false +features = ["std", "elf32", "elf64", "endian_fd"] -- cgit v1.2.3