Skip to content

Commit

Permalink
add Cargo.lock
Browse files Browse the repository at this point in the history
As mentioned in #8 having a Cargo.lock can be helpful to bisect
potential issues caused by interactions with external dependencies.

Having a Cargo.lock in the repo allows to achieve a more reproducible
state at a certain point time.

Link: https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control
Suggested-by: @zyklotomic
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
  • Loading branch information
Andrea Righi committed Mar 20, 2024
1 parent eff61a8 commit 956df71
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 956df71

Please sign in to comment.