v0.7.3
Library
- add code comments and tests
- change
String
to&str
in ImgurClient functions
Other
- bump deps
- use
anyhow::Result<...>
insteadResult<..., Error>
String
to &str
in ImgurClient functionsanyhow::Result<...>
instead Result<..., Error>