We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a9be6 commit 6c32937Copy full SHA for 6c32937
Cargo.toml
@@ -20,7 +20,6 @@ name = "php-main"
20
path = "src/main.rs"
21
22
[dependencies]
23
-async-trait = "0.1.88"
24
bytes = "1.10.1"
25
hostname = "0.4.1"
26
ext-php-rs = { version = "0.14.0", features = ["embed"] }
src/embed.rs
@@ -189,7 +189,6 @@ impl Embed {
189
}
190
191
192
-#[async_trait::async_trait]
193
impl Handler for Embed {
194
type Error = EmbedRequestError;
195
0 commit comments