Skip to content

Commit 6c32937

Browse files
authored
Use Rust core async trait support (#56)
1 parent f9a9be6 commit 6c32937

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ name = "php-main"
2020
path = "src/main.rs"
2121

2222
[dependencies]
23-
async-trait = "0.1.88"
2423
bytes = "1.10.1"
2524
hostname = "0.4.1"
2625
ext-php-rs = { version = "0.14.0", features = ["embed"] }

src/embed.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ impl Embed {
189189
}
190190
}
191191

192-
#[async_trait::async_trait]
193192
impl Handler for Embed {
194193
type Error = EmbedRequestError;
195194

0 commit comments

Comments
 (0)