diff --git a/Cargo.toml b/Cargo.toml index 338e9a5..46c4134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib"] [dependencies] cargo-php = "0.1.7" -ext-php-rs = "0.10.1" +ext-php-rs = "0.11.2" wasmer = { version = "4.1.0", default-features = true, features = ["sys"] } wasmer-compiler = "4.1.0"