This commit is contained in:
Daniil Gentili 2023-10-11 20:28:14 +03:00
parent 8281709cbb
commit 141ed47173
2 changed files with 2 additions and 2 deletions

View File

@ -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.2"
version = "0.1.3"
authors = ["Daniil Gentili <daniil@daniil.it>"]
edition = "2021"

View File

@ -12,4 +12,4 @@ crate-type = ["cdylib"]
php-tokio = "^0.1.2"
ext-php-rs = { version = "^0.10.2", features = ["anyhow"] }
reqwest = "^0.11"
anyhow = "^1.0"
anyhow = "^1.0"