Update Cargo.lock on version bump
1 files changed, 2 insertions(+), 0 deletions(-) M contrib/_incr_version
M contrib/_incr_version => contrib/_incr_version +2 -0
@@ 1,5 1,7 @@ #!/bin/sh set-cargo-version ./Cargo.toml $2 +cargo check git add Cargo.toml +git add Cargo.lock git commit -sm "Bump version to $2"