We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cargo.lock
1 parent 406a35a commit 5e3d16eCopy full SHA for 5e3d16e
ci/release_crate_version.sh
@@ -19,3 +19,6 @@ VERSION="$1"
19
20
sed -i -e "s/^zerocopy-derive = { version = \"=[0-9a-zA-Z\.-]*\"/zerocopy-derive = { version = \"=$VERSION\"/" Cargo.toml
21
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