]> git.proxmox.com Git - cargo.git/commit
Auto merge of #11051 - EstebanBorai:fix/specify-crate-name-maxlength, r=weihanglo
authorbors <bors@rust-lang.org>
Thu, 8 Sep 2022 00:35:22 +0000 (00:35 +0000)
committerbors <bors@rust-lang.org>
Thu, 8 Sep 2022 00:35:22 +0000 (00:35 +0000)
commit9ecc7f8c40ad51843c8b5c938cf874cf62118e93
treee5b363d5029ec16741a1edce53857a87cea8f1b0
parent646e9a0b9ea8354cc409d05f10e8dc752c5de78e
parent98ccc09eb5508ae0f00158154bfb29318c68b6af
Auto merge of #11051 - EstebanBorai:fix/specify-crate-name-maxlength, r=weihanglo

fix: specifies the max length for crate name

Provides the maximum length on the crate name as is defined
in the [crate's validation source code from crates.io][1].

[1]: https://github.com/rust-lang/crates.io/blob/3fc08ba57e782cff422a2f92503f09287d1a5140/src/models/krate.rs#L74