mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Move the crates-io
crate to a crates
directory
That way when we add more crates we've got a place to put them!
This commit is contained in:
parent
0a9d3aed38
commit
e449cb23e3
@ -21,7 +21,7 @@ path = "src/cargo/lib.rs"
|
|||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
byteorder = "1.2"
|
byteorder = "1.2"
|
||||||
bytesize = "1.0"
|
bytesize = "1.0"
|
||||||
crates-io = { path = "src/crates-io", version = "0.26" }
|
crates-io = { path = "crates/crates-io", version = "0.26" }
|
||||||
crossbeam-utils = "0.6"
|
crossbeam-utils = "0.6"
|
||||||
crypto-hash = "0.3.1"
|
crypto-hash = "0.3.1"
|
||||||
curl = { version = "0.4.21", features = ['http2'] }
|
curl = { version = "0.4.21", features = ['http2'] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user