mirror of
https://github.com/danog/php-tokio.git
synced 2024-11-26 20:34:54 +01:00
Bump versions
This commit is contained in:
parent
80c43a3c13
commit
2ee2ba2f1f
@ -4,12 +4,12 @@ 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"
|
||||||
description = "Use any async Rust library from PHP!"
|
description = "Use any async Rust library from PHP!"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
authors = ["Daniil Gentili <daniil@daniil.it>"]
|
authors = ["Daniil Gentili <daniil@daniil.it>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ext-php-rs = "0.10.2"
|
ext-php-rs = "0.10.4"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
tokio-pipe = "^0.2"
|
tokio-pipe = "^0.2"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user