diff --git a/Cargo.toml b/Cargo.toml index dda37b8..6aa39d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ wasm-bindgen = "0.2.84" # all the `std::fmt` and `std::panicking` infrastructure, so isn't great for # code size when deploying. console_error_panic_hook = { version = "0.1.7", optional = true } -mrubyedge = { version = "1.0.6", features = ["no-wasi"], default-features = false } +mrubyedge = { version = "2.0.0", features = ["no-wasi"], default-features = false } [build-dependencies] mruby-compiler2-sys = ">= 0.1"