1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 00:27:43 +02:00

fix futures-util version range

This commit is contained in:
Rob Ede
2022-12-21 20:36:26 +00:00
parent fe38312db0
commit 8d964713c9
6 changed files with 14 additions and 14 deletions

View File

@ -6,8 +6,8 @@ authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
]
keywords = ["waker", "local", "futures", "no-std"]
repository = "https://github.com/actix/actix-net.git"
keywords = ["waker", "local", "futures", "no-std"]
categories = ["asynchronous", "no-std"]
license = "MIT OR Apache-2.0"
edition = "2018"