mirror of
https://github.com/danog/php-tokio.git
synced 2024-11-30 04:39:44 +01:00
Bump requirements
This commit is contained in:
parent
d5136ece8c
commit
96e444f38b
@ -4,7 +4,7 @@ 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.3"
|
version = "0.1.4"
|
||||||
authors = ["Daniil Gentili <daniil@daniil.it>"]
|
authors = ["Daniil Gentili <daniil@daniil.it>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ tokio = { version = "1", features = ["full"] }
|
|||||||
tokio-pipe = "^0.2"
|
tokio-pipe = "^0.2"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
libc = "^0.2"
|
libc = "^0.2"
|
||||||
php-tokio-derive = { version = "=0.1.0", path = "./crates/macros" }
|
php-tokio-derive = { version = "=0.2.0", path = "./crates/macros" }
|
||||||
|
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
Loading…
Reference in New Issue
Block a user