Skip to content

Releases: acfoltzer/cargo-fund

0.2.2

19 Sep 18:20
0.2.2
3dc0791
Compare
Choose a tag to compare

Fixed

  • Updated some dependencies to clear Dependabot warnings. None of the warnings were applicable to how cargo-fund used those dependencies.

0.2.1

29 Apr 19:47
0.2.1
b115d6a
Compare
Choose a tag to compare

Fixed

  • (#8) cargo-fund will now try to prepend an https:// scheme to bare relative URLs, and failure to parse a URL will lead to that entry being ignored rather than crashing.

0.2.0

29 May 18:40
b572a75
Compare
Choose a tag to compare

Changed

  • (#5) The program now looks for the Github API token in the CARGO_FUND_GITHUB_API_TOKEN environment variable rather than GITHUB_API_TOKEN in order to better support privilege separation.
  • (#6) Increased timeout on HTTP client operations to 60 seconds.

0.1.0

26 May 05:41
2f6bf06
Compare
Choose a tag to compare
Initial release candidate