forked from polachok/tokio-eventfd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
futures-lite is only used for a convenience macro and it's easy enough to inline it. This avoids pulling in futures-lite dependencies like fastrand and waker-fn, reducing the need for security updates. Separately, tokio's net feature is not needed, so remove it. Fixes polachok#3
- Loading branch information
1 parent
9c7547f
commit c813e80
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters