diff --git a/Cargo.toml b/Cargo.toml index 9a42b40..4426942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ wasmparser = { version = "0.252", features = ["component-model"] } wasm-encoder = { version = "0.252", features = ["component-model"] } wasmprinter = "0.252" wat = "1.241" -wit-component = "0.252" +wit-component = "0.253" # ISLE compiler and runtime. # Pinned to 0.132: cranelift-isle 0.133.x raised its MSRV to rustc 1.94.0, which