Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
publish 0.5 to sync up the tags properly
Browse files Browse the repository at this point in the history
  • Loading branch information
aep committed Jul 1, 2018
1 parent 360b4b5 commit 066b57b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elfkit"
version = "0.0.4"
version = "0.0.5"
authors = ["Arvid E. Picciani <[email protected]>"]
repository = "https://github.com/aep/elfkit"
homepage = "https://github.com/aep/elfkit"
Expand All @@ -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
Expand All @@ -53,3 +51,4 @@ path="bin/ld.rs"
[[bin]]
name="ldd"
path="bin/ldd.rs"

0 comments on commit 066b57b

Please sign in to comment.