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

Commit 0618fd2

Browse files
committed
Merge #35
35: Upgrades and stuff r=killercup a=epage Dependencies - Upgrade dependencies - Remove reliance on rustc_serialize Otherwise, I moved Assert into its own module in prep for future refactorings.
2 parents 49c56a8 + 433bbc2 commit 0618fd2

File tree

5 files changed

+498
-352
lines changed

5 files changed

+498
-352
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ keywords = ["cli", "testing", "assert"]
1313
build = "build.rs"
1414

1515
[dependencies]
16-
colored = "1.4"
16+
colored = "1.5"
1717
difference = "1.0"
18-
error-chain = "0.10.0"
19-
rustc-serialize = "0.3"
18+
error-chain = "0.11"
19+
serde_json = "1.0"
2020

2121
[build-dependencies]
22-
skeptic = "0.5"
22+
skeptic = "0.13"
2323

2424
[dev-dependencies]
25-
skeptic = "0.5"
25+
skeptic = "0.13"
2626

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

0 commit comments

Comments
 (0)