Skip to content

Commit 115339d

Browse files
authored
chore(benches): fix pin-project-lite not found (#3807)
1 parent 0bd4adf commit 115339d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ futures-channel = { version = "0.3", features = ["sink"] }
4545
futures-util = { version = "0.3", default-features = false, features = ["alloc", "sink"] }
4646
http-body-util = "0.1"
4747
pretty_env_logger = "0.5"
48+
pin-project-lite = "0.2.4"
4849
spmc = "0.3"
4950
serde = { version = "1.0", features = ["derive"] }
5051
serde_json = "1.0"

0 commit comments

Comments
 (0)