Closed orhun closed 1 year ago
This PR updates the continuous integration workflow to always build with --locked flag for making sure that Cargo.lock is up-to-date.
--locked
Cargo.lock
It will help spotting issues like bumping the version in Cargo.toml but not in Cargo.lock which is common for Rust projects.
Cargo.toml
CI is failing due to #62
This PR updates the continuous integration workflow to always build with
--locked
flag for making sure thatCargo.lock
is up-to-date.It will help spotting issues like bumping the version in
Cargo.toml
but not inCargo.lock
which is common for Rust projects.