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
Auto merge of #9801 - arlosi:checksum, r=alexcrichton
Allow crate download by checksum
The `dl` key in `config.json` currently allows the following substitutions: {crate}, {version}, {prefix}, {lowerprefix}.
This change adds a {checksum} placeholder for the crate's sha256 checksum. Does not change any existing behavior.
Allowing downloads by checksum makes it possible for crate files to be placed in a content addressable store.
0 commit comments