Bump Cranelift to 0.49.0 and target-lexicon to 0.9.0. (#499)
This commit bumps Cranelift to 0.49.0 and target-lexicon to 0.9.0 to fix the failing build to due an updated faerie crate that violated semver with an updated 0.9.0 target-lexicon dependency. Fixes #491.
This commit is contained in:
@@ -9,11 +9,11 @@ topdir=$(dirname "$0")
|
||||
cd "$topdir"
|
||||
|
||||
# All the cranelift-* crates have the same version number
|
||||
version="0.44.0"
|
||||
version="0.49"
|
||||
|
||||
# Update all of the Cargo.toml files.
|
||||
echo "Updating crate versions to $version"
|
||||
for crate in . wasmtime-* fuzz misc/wasmtime-*; do
|
||||
for crate in . lightbeam wasmtime-* fuzz misc/wasmtime-*; do
|
||||
# Update the version number of this crate to $version.
|
||||
sed -i.bk -e "/^cranelift-/s/\"[^\"]*\"/\"$version\"/" \
|
||||
"$crate/Cargo.toml"
|
||||
|
||||
Reference in New Issue
Block a user