1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Remove need for paste (#649)

Co-authored-by: Dylan Anthony <dbanty@users.noreply.github.com>
This commit is contained in:
Dylan Anthony
2025-03-09 10:53:48 -06:00
committed by GitHub
parent 6f5b81d2a0
commit 12df4d7027
3 changed files with 24 additions and 24 deletions

View File

@ -12,7 +12,6 @@ rust-version.workspace = true
[dependencies]
futures-core = { version = "0.3.17", default-features = false }
paste = "1"
pin-project-lite = "0.2"
[dev-dependencies]