diff --git a/Cargo.toml b/Cargo.toml index 74bcc1d..ea9fba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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]