You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integration of reqwest is pretty good at the moment, but I found that it doubles the space required for a simple program because it has a lot of dependencies.
Two cargo features, download-system and download-reqwest , could be added to allow choosing between them.
Each platform already has its own download tool, such as curl or wget. If self-update can automatically select and use them, there are two advantages:
The text was updated successfully, but these errors were encountered:
mokeyish
changed the title
Support curl/wget instead of reqwest to support system proxy/reduce size
Support curl/wget instead of reqwest to support system proxy/reduce binary size
Jan 17, 2025
Hey @mokeyish , I'm open to it. There was a PR (#117 ) opened a while ago that was never fully finished. I'm not sure when I I'll get the chance to either fix up that PR or redo it from scratch, but you're welcome to if you have the time
The integration of reqwest is pretty good at the moment, but I found that it doubles the space required for a simple program because it has a lot of dependencies.
Two cargo features, download-system and download-reqwest , could be added to allow choosing between them.
Each platform already has its own download tool, such as curl or wget. If self-update can automatically select and use them, there are two advantages:
If these library are implemented, it may be possible to import it for use.
The text was updated successfully, but these errors were encountered: