-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Labels
Description
With the stabilization of Cargo.lock file publishing in rust-lang/cargo#7026, lets restart the discussion from #148 about adding Cargo.lock
to the repo.
My two cents: not having Cargo.lock
checked in is a huge road block to using svd2rust
in production.
Backgroud: we are running svd2rust
on every CI build. By not locking svd2rust
, there is a chance that the final artifact is not reproducible if a package dependent on by svd2rust
fails to adhere to semver. More realistically, such an update breaks the build, which is completely unacceptable.