mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Update release.sh (#8322)
* Update release.sh Update release script to update rust flexbuffers * Update Cargo.toml
This commit is contained in:
@@ -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'/" \
|
||||
|
||||
Reference in New Issue
Block a user