Skip to content

Commit e449cb2

Browse files
committed
Move the crates-io crate to a crates directory
That way when we add more crates we've got a place to put them!
1 parent 0a9d3ae commit e449cb2

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/cargo/lib.rs"
2121
atty = "0.2"
2222
byteorder = "1.2"
2323
bytesize = "1.0"
24-
crates-io = { path = "src/crates-io", version = "0.26" }
24+
crates-io = { path = "crates/crates-io", version = "0.26" }
2525
crossbeam-utils = "0.6"
2626
crypto-hash = "0.3.1"
2727
curl = { version = "0.4.21", features = ['http2'] }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)