awslabs / coldsnap

A command line interface for Amazon EBS snapshots
Apache License 2.0
194 stars 24 forks source link

Recommend installing coldsnap with --locked #79

Closed tjkirch closed 3 years ago

tjkirch commented 3 years ago
Using `--locked` means cargo will use the dependency versions in our Cargo.lock file.  This is important because newer dependencies may not always compile or function properly until we're ready for them.

See https://github.com/awslabs/coldsnap/pull/78 - users are currently unable to cargo install coldsnap without --locked.

Testing done:

Confirmed install failure, then confirmed success with the updated command.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.