diff --git a/Cargo.toml b/Cargo.toml index 947be8c..e2c1438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ repository = "https://github.com/danog/php-tokio" homepage = "https://github.com/danog/php-tokio" license = "AGPL-3.0-or-later" description = "Use any async Rust library from PHP!" -version = "0.1.1" +version = "0.1.2" authors = ["Daniil Gentili "] edition = "2021" [dependencies] -nicelocal-ext-php-rs = "0.10.3" +nicelocal-ext-php-rs = "0.10.4" tokio = { version = "1", features = ["full"] } tokio-pipe = "^0.2" lazy_static = "1.4.0" diff --git a/examples/reqwest/Cargo.toml b/examples/reqwest/Cargo.toml index d586a9e..cc0c505 100644 --- a/examples/reqwest/Cargo.toml +++ b/examples/reqwest/Cargo.toml @@ -2,13 +2,13 @@ name = "example-reqwest" version = "0.1.0" edition = "2021" - +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib"] [dependencies] -php-tokio = "^0.1" -nicelocal-ext-php-rs = { version = "^0.10.3", features = ["anyhow"] } +php-tokio = "^0.1.2" +nicelocal-ext-php-rs = { version = "^0.10.4", features = ["anyhow"] } reqwest = "^0.11" \ No newline at end of file