Skip to content

Commit edd81a4

Browse files
committed
Unnest the download crate
1 parent 081d220 commit edd81a4

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ no-self-update = []
3232
[dependencies]
3333
rustup-dist = { path = "src/rustup-dist" }
3434
rustup-utils = { path = "src/rustup-utils" }
35-
download = { path = "src/download" }
35+
download = { path = "download" }
3636
clap = "2.18.0"
3737
error-chain = "0.12.0"
3838
itertools = "0.7.6"
@@ -62,7 +62,7 @@ rustup-mock = { path = "src/rustup-mock", version = "1.1.0" }
6262
lazy_static = "1.0.0"
6363

6464
[workspace]
65-
members = ["src/download"]
65+
members = ["download"]
6666

6767
[lib]
6868
name = "rustup"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/rustup-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/rust-lang/rustup.rs"
1313
license = "MIT OR Apache-2.0"
1414

1515
[dependencies]
16-
download = { path = "../download" }
16+
download = { path = "../../download" }
1717
error-chain = "0.12"
1818
libc = "0.2.0"
1919
rand = "0.5.2"

0 commit comments

Comments
 (0)