Update release.sh (#8322)

* Update release.sh

Update release script to update rust flexbuffers

* Update Cargo.toml
This commit is contained in:
Derek Bailey
2024-05-28 18:44:37 -07:00
committed by GitHub
parent 28783927af
commit a5a2da0161
2 changed files with 6 additions and 1 deletions

View File

@@ -68,6 +68,11 @@ sed -i \
"s/^version = \".*\"$/version = \"$version\"/g" \
rust/flatbuffers/Cargo.toml
echo "Updating rust/flexbuffers/Cargo.toml..."
sed -i \
"s/^version = \".*\"$/version = \"$version\"/g" \
rust/flexbuffers/Cargo.toml
echo "Updating FlatBuffers.podspec..."
sed -i \
-e "s/\(s.version\s*= \).*/\1'$version'/" \