Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Upgrades and stuff #35

Merged
merged 4 commits into from
Sep 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ keywords = ["cli", "testing", "assert"]
build = "build.rs"

[dependencies]
colored = "1.4"
colored = "1.5"
difference = "1.0"
error-chain = "0.10.0"
rustc-serialize = "0.3"
error-chain = "0.11"
serde_json = "1.0"

[build-dependencies]
skeptic = "0.5"
skeptic = "0.13"

[dev-dependencies]
skeptic = "0.5"
skeptic = "0.13"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, that's a big jump from 0.5 to 0.13! :)


[badges]
travis-ci = { repository = "killercup/assert_cli" }
Loading