Skip to content

Commit

Permalink
Cargo updated to v0.27.
Browse files Browse the repository at this point in the history
Closes #20
  • Loading branch information
RazrFalcon committed May 29, 2018
1 parent 3e44e58 commit 2fcc494
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 117 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Changed
- Cargo updated to v0.27.

## [0.4.0] - 2018-05-10
### Added
Expand All @@ -13,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed
- Remove std crates from the `std` group that was explicitly added as dependencies.
- Cargo update to v0.26.
- Cargo updated to v0.26.

### Fixed
- The `--filter` flag behavior.
Expand Down
12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ readme = "README.md"
license = "MIT"

[dependencies]
cargo = "0.26.0"
docopt = "0.8.1"
cargo = "0.27"
env_logger = "0.5.1"
failure = "0.1.1"
goblin = "0.0.13" # use this version because `object` uses it
goblin = "0.0.15"
memmap = "0.6"
multimap = "0.4.0"
object = "0.7"
multimap = "0.4"
object = "0.8"
rustc-demangle = "0.1.6"
serde = "1.0.11"
serde_derive = "1.0.11"
structopt = "0.2"
term_size = "0.3.1"
Loading

0 comments on commit 2fcc494

Please sign in to comment.