Skip to content

Commit 64d9424

Browse files
committed
Use Failure 0.1.3 and not a git branch
1 parent 89e3f66 commit 64d9424

File tree

2 files changed

+14
-52
lines changed

2 files changed

+14
-52
lines changed

Cargo.lock

Lines changed: 13 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ r2d2_postgres = "0.14"
2525
url = "1.4"
2626
libc = "0.2"
2727
badge = { version = "0", path = "src/web/badge" }
28-
failure = "0.1"
28+
failure = "0.1.3"
2929
comrak = { version = "0.3", default-features = false }
3030
toml = "0.4"
3131
html5ever = "0.22"
@@ -50,9 +50,6 @@ time = "0.1"
5050
git2 = "0.7"
5151
sass-rs = "0.2"
5252

53-
[patch.crates-io]
54-
failure = { git = "https://github.com/rust-lang-nursery/failure.git" }
55-
5653
[[bin]]
5754
name = "cratesfyi"
5855
test = false

0 commit comments

Comments
 (0)