diff --git a/Cargo.toml b/Cargo.toml index 6fb9445..205e9e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ wit-component = "0.255" # rustc 1.94.0) and reddened the wasm32-wasip2 build again — re-pinned here. Do # not widen the `^0.132` constraint without a stable rustc 1.94 or the committed # lockfile (#142); the float is what keeps reintroducing this red. -cranelift-isle = "0.132" +cranelift-isle = "0.134" # CLI clap = { version = "4.5", features = ["derive", "cargo"] }