From ef76dcce0b5cb0ed50e160dd3b3e331d70d6e50b Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 11 Oct 2023 20:33:03 +0300 Subject: [PATCH] Switch to upstream ext-php-rs --- crates/macros/Cargo.toml | 2 +- examples/reqwest/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index 6d7898d..6bcdc3b 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -4,7 +4,7 @@ description = "Derive macros for php-tokio." repository = "https://github.com/danog/php-tokio" homepage = "https://github.com/danog/php-tokio" license = "Apache-2.0" -version = "0.1.0" +version = "0.2" authors = ["Daniil Gentili "] edition = "2021" diff --git a/examples/reqwest/Cargo.toml b/examples/reqwest/Cargo.toml index 5cf1c14..9a4aa1a 100644 --- a/examples/reqwest/Cargo.toml +++ b/examples/reqwest/Cargo.toml @@ -9,7 +9,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -php-tokio = "^0.1.2" +php-tokio = "^0.1.3" ext-php-rs = { version = "^0.10.2", features = ["anyhow"] } reqwest = "^0.11" anyhow = "^1.0"