docs(deps): Remove redundant version req recommendation

At the end of this section, we say the same but add a lot more context.
This commit is contained in:
Ed Page 2024-10-08 14:27:41 -05:00
parent 24d32311f2
commit 721e2cd669

View File

@ -53,8 +53,6 @@ and `x > 0`.
It is possible to further tweak the logic for selecting compatible versions
using special operators as described in the [Version requirement syntax](#version-requirement-syntax) section.
Use the default version requirement strategy, e.g. `log = "1.2.3"` where possible to maximize compatibility.
## Version requirement syntax
### Caret requirements