Browse Source

Update paths in cranelift-version.sh

pull/512/head
Dan Gohman 5 years ago
parent
commit
a40e3b734a
  1. 2
      cranelift-version.sh

2
cranelift-version.sh

@ -13,7 +13,7 @@ version="0.49"
# Update all of the Cargo.toml files. # Update all of the Cargo.toml files.
echo "Updating crate versions to $version" echo "Updating crate versions to $version"
for crate in . lightbeam wasmtime-* fuzz misc/wasmtime-*; do for crate in . crates/* crates/misc/* fuzz; do
# Update the version number of this crate to $version. # Update the version number of this crate to $version.
sed -i.bk -e "/^cranelift-/s/\"[^\"]*\"/\"$version\"/" \ sed -i.bk -e "/^cranelift-/s/\"[^\"]*\"/\"$version\"/" \
"$crate/Cargo.toml" "$crate/Cargo.toml"

Loading…
Cancel
Save