hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Remove the `runtime` cargo feature

Open seanmonstar opened this issue 3 years ago • 1 comments

With the removal of the tcp feature and the addition of the Timer trait, we no longer have need of the runtime feature.

seanmonstar avatar May 20 '22 18:05 seanmonstar

This is blocked on the timer related issues (like #2848) being done first.

seanmonstar avatar Jun 15 '22 19:06 seanmonstar

With a Timer added, we can now delete all cfg(feature = "runtime") stuff from hyper.

seanmonstar avatar Sep 02 '22 20:09 seanmonstar