diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2021-11-24 00:35:23 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2021-11-24 00:35:23 +0100 |
commit | f5bc7f052e1e48a2fd934203954542d7bbb0aee5 (patch) | |
tree | 7e6d99e8b68d8f194aa83dd82795f5d54b3cd291 /Cargo.toml | |
parent | 2e32c8e4aaf166ef22b36818a3dd9b649a18dcb7 (diff) | |
download | vdso-proxy-poc-main.tar.gz vdso-proxy-poc-main.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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"] |