mirror of
https://github.com/danog/php-tokio.git
synced 2024-11-26 12:24:58 +01:00
Fix include
This commit is contained in:
parent
07e8c5f7c7
commit
d1cdf8f594
@ -11,9 +11,9 @@ edition = "2021"
|
||||
[dependencies]
|
||||
nicelocal-ext-php-rs = "0.10.3"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-pipe = "*"
|
||||
tokio-pipe = "^0.2"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "*"
|
||||
libc = "^0.2"
|
||||
php-tokio-derive = { version = "=0.1.0", path = "./crates/macros" }
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user