From 25e6dd3418f64a8b4d977b448c4efce44fa86890 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 27 Aug 2023 17:04:51 +0200 Subject: [PATCH] Specify tag --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)).