-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Are there certain dependencies that can be removed? #140
Comments
Hi. Thank you for the offer. Well, all these dependencies are in-use, of course. However if you only use
To do that, you will need the followings:
(I have not tried above by myself. So there may be additional changes required) Once done, and a new version of
[dependencies.moka]
version = "0.9"
default-features = false
features = ["dash", "atomic64", "quanta"]
optional = true Also I found that So could you please open a GitHub issue to sfackler/scheduled-thread-pool and ask them to publish a new version to crates.io? Thanks! |
#141 made the pr! |
Thanks for making the PR #141. Hmm, there are so many compile errors. After a brief review, I noticed a couple of things:
Let me take over your stuff and finish it. I will merge #141 into a topic branch and do the rest of the work. |
Are you sure you want to take it over? Either way, thank you! |
Yeah. I will take it over as I will need to move some modules around. I merged #141 into a new topic branch gh141-optout-sync. |
I am doing some experiments here in gh141-experiments branch. It is almost working. I will continue working tomorrow as it is midnight now in my timezone. I found the following is not true:
So I am able to remove |
OK. I have created two PRs:
I already merged #142, which was for moving some modules around. #143 is for the
I will come back in a couple of hours to review the PR and will merge it into the Please give me a couple of weeks to develop other stuff for v0.9.0 milestone. |
I reviewed and merged PR #143 into the |
Closing this issue as the I will run some pre-release testing, and if everything goes well, I will publish Moka v0.9.0 to crates.io. |
@Milo123459 — I have published Moka v0.9.0 to crates.io 🎉 |
Currently, moka has a lot of dependencies. I was wondering if there were any that could be replaced. I'd love to work on this.
The text was updated successfully, but these errors were encountered: