Bump requirements

This commit is contained in:
Daniil Gentili 2023-10-11 20:34:03 +03:00
parent d5136ece8c
commit 96e444f38b

View File

@ -4,7 +4,7 @@ repository = "https://github.com/danog/php-tokio"
homepage = "https://github.com/danog/php-tokio"
license = "Apache-2.0"
description = "Use any async Rust library from PHP!"
version = "0.1.3"
version = "0.1.4"
authors = ["Daniil Gentili <daniil@daniil.it>"]
edition = "2021"
@ -14,7 +14,7 @@ tokio = { version = "1", features = ["full"] }
tokio-pipe = "^0.2"
lazy_static = "1.4.0"
libc = "^0.2"
php-tokio-derive = { version = "=0.1.0", path = "./crates/macros" }
php-tokio-derive = { version = "=0.2.0", path = "./crates/macros" }
[workspace]