Skip to content

Commit 5e3d16e

Browse files
authored
[ci] Update Cargo.lock from releasing script (#2958)
gherrit-pr-id: G976c63e6fe6af56c0812c6fe1a7b2f1283f70276
1 parent 406a35a commit 5e3d16e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/release_crate_version.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ VERSION="$1"
1919

2020
sed -i -e "s/^zerocopy-derive = { version = \"=[0-9a-zA-Z\.-]*\"/zerocopy-derive = { version = \"=$VERSION\"/" Cargo.toml
2121
sed -i -e "s/^version = \"[0-9a-zA-Z\.-]*\"/version = \"$VERSION\"/" Cargo.toml zerocopy-derive/Cargo.toml
22+
23+
# Ensure that `Cargo.lock` is updated.
24+
cargo generate-lockfile

0 commit comments

Comments
 (0)