Specify tag

This commit is contained in:
Daniil Gentili 2023-08-27 17:04:51 +02:00
parent 0df4ba8dc7
commit 25e6dd3418
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ authors = ["Daniil Gentili <daniil@daniil.it>"]
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"

View File

@ -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)).