Remove io-util tokio feature

This commit is contained in:
Aode (Lion) 2022-03-09 23:11:41 -06:00
parent c40608eceb
commit 5ff9ab7f46

View file

@ -1,7 +1,7 @@
[package]
name = "actix-ws"
description = "Websockets for the Actix runtime, without Actors"
version = "0.2.3"
version = "0.2.4"
authors = ["asonix <asonix@asonix.dog>"]
readme = "README.md"
repository = "https://git.asonix.dog/asonix/actix-actorless-websockets"
@ -18,4 +18,4 @@ actix-http = { version = "3.0", default-features = false, features = ["ws"] }
actix-web = { version = "4.0", default-features = false }
futures-core = "0.3"
pin-project-lite = "0.2"
tokio = { version = "1", features = ["sync", "io-util"] }
tokio = { version = "1", features = ["sync"] }