forked from rust-lang/cargo
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Обсуждение перевода выражения "caret requirement".
The string "0.1.12" is a semver version requirement. Since this string does not have any operators in it, it is interpreted the same way as if we had specified "^0.1.12", which is called a caret requirement.
Один из вариантов: "ограничения знаком вставки".