|
let replacements = [("{crate}", &self.name), ("{version}", &self.version)]; |
Based on https://doc.rust-lang.org/nightly/cargo/reference/registries.html#index-format this is missing the prefix, lowerprefix and sha256-checksum variables that were introduced.