v0.1.6
- From now on,
cargo add
will not add pre-release versions like0.6.0-alpha
by default, instead choosing the latest stable release (e.g.0.5.2
). If you want to fetch a pre-release, pass the--allow-prerelease
flag. (#104 by @sebasgarcep)
cargo add
will not add pre-release versions like 0.6.0-alpha
by default, instead choosing the latest stable release (e.g. 0.5.2
). If you want to fetch a pre-release, pass the --allow-prerelease
flag. (#104 by @sebasgarcep)