aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
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"]