From 066b57bb479509dc68bf545352e2ebb19885dc3f Mon Sep 17 00:00:00 2001 From: "Arvid E. Picciani" Date: Sun, 1 Jul 2018 13:11:54 +0200 Subject: [PATCH] publish 0.5 to sync up the tags properly --- Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f74998..bc9f35a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elfkit" -version = "0.0.4" +version = "0.0.5" authors = ["Arvid E. Picciani "] repository = "https://github.com/aep/elfkit" homepage = "https://github.com/aep/elfkit" @@ -23,13 +23,11 @@ bloom = "0.3.2" fnv = "1.0.5" ordermap = "0.3.0" log = "0.4" -env_logger = {git = "https://github.com/sebasmagri/env_logger.git"} +env_logger = "0.5.10" pretty_env_logger = "0.1.1" clap = "2.28.0" glob = "0.2.11" - -#ar = "0.3.1" -ar = {git = "https://github.com/mdsteele/rust-ar.git"} +ar = "0.6.0" ## bin dependencies @@ -53,3 +51,4 @@ path="bin/ld.rs" [[bin]] name="ldd" path="bin/ldd.rs" +