]> git.proxmox.com Git - cargo.git/commit
fix: specifies the max length for crate name
authorEsteban Borai <estebanborai@gmail.com>
Sun, 4 Sep 2022 18:46:50 +0000 (14:46 -0400)
committerEsteban Borai <estebanborai@gmail.com>
Sun, 4 Sep 2022 18:46:50 +0000 (14:46 -0400)
commit622124f9408f3e4044e40f8104436ae05ebcd87d
treebebff5a97699eae6f8f24236228fb837114392df
parent646e9a0b9ea8354cc409d05f10e8dc752c5de78e
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
src/doc/src/reference/manifest.md