1
0
Fork 0

Add note about stability flags and min stability to the basic usage docs, fixes #1403

pull/1410/head
Jordi Boggiano 2012-12-08 20:50:48 +01:00
parent e7f4768668
commit c471afab95
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,12 @@ Version constraints can be specified in a few different ways.
minor version you depend on, like `~1.2`, since in theory there should be no
backwards compatibility breaks until 2.0, that works well.
By default only stable releases are taken into consideration. If you would like
to also get RC, beta, alpha or dev versions of your dependencies you can do
so using [stability flags](04-schema.md#package-links). To change that for all
packages instead of doing per dependency you can also use the
[minimum-stability](04-schema.md#minimum-stability) setting.
## Installing Dependencies
To fetch the defined dependencies into your local project, just run the