From 879a0b38d857e962530db6c746cfd860fe7e8230 Mon Sep 17 00:00:00 2001 From: Shyim Date: Sun, 25 Feb 2024 23:42:12 +0100 Subject: [PATCH] update ext-php-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8ea534..cdc53d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Daniil Gentili "] edition = "2021" [dependencies] -ext-php-rs = "0.10.4" +ext-php-rs = "^0.12.0" tokio = { version = "1", features = ["full"] } tokio-pipe = "^0.2" lazy_static = "1.4.0"