coconut-svsm / svsm

COCONUT-SVSM
MIT License
122 stars 42 forks source link

ci: check that Cargo.lock is up to date #501

Closed Freax13 closed 4 weeks ago

Freax13 commented 4 weeks ago

A recent PR updated Cargo.toml, but not Cargo.lock. This wasn't caught until after the PR was merged. Add a CI step to check that Cargo.lock is up to date.

Follow-up for #495