diff --git a/Cargo.toml b/Cargo.toml index 0262b2f..7906085 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Daniil Gentili "] edition = "2021" [dependencies] -ext-php-rs = { git = "https://github.com/nicelocal/ext-php-rs", features = ["anyhow"] } +ext-php-rs = { git = "https://github.com/nicelocal/ext-php-rs", features = ["anyhow"], tag = "v0.10.2" } tokio = { version = "1", features = ["full"] } tokio-pipe = "*" lazy_static = "1.4.0" diff --git a/README.md b/README.md index e54d208..5fdb0ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# php-tokio - Use any async rust library from PHP! +# php-tokio - Use any async Rust library from PHP! Created by Daniil Gentili ([@danog](https://github.com/danog)).