mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Include +
for crates.io feature requirements
This change was introduced in commit 5f842f7 of rust-lang/crates.io.
This commit is contained in:
parent
a93b317273
commit
e8d4bbfe17
@ -87,7 +87,7 @@ optional dependencies. This allows packages to internally enable/disable
|
||||
features without requiring a new dependency.
|
||||
|
||||
> **Note**: [crates.io] requires feature names to only contain ASCII letters,
|
||||
> digits, `_`, or `-`.
|
||||
> digits, `_`, `-`, or `+`.
|
||||
|
||||
### Usage in end products
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user