Bump versions

This commit is contained in:
Daniil Gentili 2023-11-17 19:00:03 +01:00
parent 80c43a3c13
commit 2ee2ba2f1f

View File

@ -4,12 +4,12 @@ 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.5"
version = "0.1.6"
authors = ["Daniil Gentili <daniil@daniil.it>"]
edition = "2021"
[dependencies]
ext-php-rs = "0.10.2"
ext-php-rs = "0.10.4"
tokio = { version = "1", features = ["full"] }
tokio-pipe = "^0.2"
lazy_static = "1.4.0"