You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix directory structure for crates with a name that's 3 characters long
Crates that have a name with 3 characters are not stores in `3/foo` like
the comment and code were saying but instead are stored in `3/f/foo` as
seen here: https://github.com/rust-lang/crates.io-index/tree/master/3
Before this commit, crates with a name that was 3 characters couldn't be
used by cargo as it couldn't find them.
0 commit comments