-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding fs in tokio features to support fs #184
adding fs in tokio features to support fs #184
Conversation
I tried to update tokio to 1.32.0 locally and looks like everything is fine. Can you please show an example or paste the steps to reproduce? |
|
I am just building the gyser plugin, apparently there is already tokio::fs included in |
@godmodegalactus can you please merge this pr? godmodegalactus#1 |
I cannot merge it my self, i have not rights I guess. But you can. |
godmodegalactus#1 in your fork to branch in this PR 🙂 only add line to CHANGELOG.md amount this change |
…_features add line to changelog
done |
Thank you! |
Currently with newer versions of tokio does not compile because it requires feauture flag fs enabled in Cargo.toml