diff --git a/Cargo.toml b/Cargo.toml index 338e9a5..04cef41 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.12.0" wasmer = { version = "4.1.0", default-features = true, features = ["sys"] } wasmer-compiler = "4.1.0"