Switch to upstream ext-php-rs

This commit is contained in:
Daniil Gentili 2023-10-11 20:33:03 +03:00
parent 141ed47173
commit ef76dcce0b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ description = "Derive macros for php-tokio."
repository = "https://github.com/danog/php-tokio" repository = "https://github.com/danog/php-tokio"
homepage = "https://github.com/danog/php-tokio" homepage = "https://github.com/danog/php-tokio"
license = "Apache-2.0" license = "Apache-2.0"
version = "0.1.0" version = "0.2"
authors = ["Daniil Gentili <daniil@daniil.it>"] authors = ["Daniil Gentili <daniil@daniil.it>"]
edition = "2021" edition = "2021"

View File

@ -9,7 +9,7 @@ publish = false
crate-type = ["cdylib"] crate-type = ["cdylib"]
[dependencies] [dependencies]
php-tokio = "^0.1.2" php-tokio = "^0.1.3"
ext-php-rs = { version = "^0.10.2", features = ["anyhow"] } ext-php-rs = { version = "^0.10.2", features = ["anyhow"] }
reqwest = "^0.11" reqwest = "^0.11"
anyhow = "^1.0" anyhow = "^1.0"