diff --git a/Cargo.toml b/Cargo.toml index 24eecd2..cdc53d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Daniil Gentili "] edition = "2021" [dependencies] -ext-php-rs = "^0.12.1" +ext-php-rs = "^0.12.0" tokio = { version = "1", features = ["full"] } tokio-pipe = "^0.2" lazy_static = "1.4.0"