Skip to content

Commit 296b8ba

Browse files
author
Anthony Nowell
committed
Downgrade error-crate to get Sync bound
Needing a `Sync` bound, so we're downgrading temporarily to get it while keeping an eye on: rust-lang-deprecated/error-chain#134
1 parent 0bc1e15 commit 296b8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_derive = { version = "0.9", optional = true }
2525
rustc-serialize = { version = "0.3.19", optional = true }
2626
base64 = "0.3.0"
2727
quick-error = "1.1.0"
28-
error-chain = "0.10.0"
28+
error-chain = "0.8.1"
2929
mime = "0.2.2"
3030
reqwest = "0.5"
3131
chrono = { version = "0.3", features = ["serde"] }

0 commit comments

Comments
 (0)