mirror of
https://github.com/danog/php-tokio.git
synced 2024-11-26 20:34:54 +01:00
Switch to upstream ext-php-rs
This commit is contained in:
parent
141ed47173
commit
ef76dcce0b
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user