Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

1.4.0

Latest
Compare
Choose a tag to compare
@fosskers fosskers released this 06 Feb 00:49
· 11 commits to master since this release

Added

  • A config file can now be defined at your XDG_CONFIG_HOME, which by default
    is $HOME/.config/credit.toml. At the moment the only field is token:
token = "abc123"  # Your Github Access Token.

With this, you no longer need to pass --token on the command line.

Changed

  • The dependency reqwest has been removed in favour of raw curl. This
    reduces dependency count by about 100 crates, and the final stripped binary
    size is now 1.5mb, down from about 4.5mb.