Skip to content

Commit fc512c2

Browse files
committed
Update to error-chain 0.11
Suppress `doc comment not used by rustdoc` warnings
1 parent beb6732 commit fc512c2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rustup-dist = { path = "src/rustup-dist" }
3535
rustup-utils = { path = "src/rustup-utils" }
3636
download = { path = "src/download" }
3737
clap = "2.18.0"
38-
error-chain = "0.10"
38+
error-chain = "0.11"
3939
itertools = "0.6"
4040
libc = "0.2.0"
4141
markdown = "0.2"

src/download/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ curl-backend = ["curl"]
1414
reqwest-backend = ["reqwest", "env_proxy", "lazy_static"]
1515

1616
[dependencies]
17-
error-chain = "0.10"
17+
error-chain = "0.11"
1818
url = "1.2"
1919
curl = { version = "0.4.6", optional = true }
2020
env_proxy = { version = "0.1.1", optional = true }

src/rustup-dist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ toml = "0.4"
2525
sha2 = "0.6.0"
2626
remove_dir_all = "0.2"
2727
rustup-utils = { path = "../rustup-utils" }
28-
error-chain = "0.10"
28+
error-chain = "0.11"
2929

3030
[dev-dependencies]
3131
rustup-mock = { path = "../rustup-mock" }

src/rustup-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313

1414
[dependencies]
1515
download = { path = "../download" }
16-
error-chain = "0.10"
16+
error-chain = "0.11"
1717
libc = "0.2.0"
1818
rand = "0.3.11"
1919
remove_dir_all = "0.2.0"

0 commit comments

Comments
 (0)