Skip to content

0.1.4

Compare
Choose a tag to compare
@inahga inahga released this 03 Jan 18:38
· 653 commits to main since this release
d5de3dd

This release contains a known breaking change.

If a DivviupClient is instantiated with DivviupClient::new(token.into(), ...), this release will break the ability of the compiler to infer the type of .into(). Since DivviupClient now takes an impl Display, you can remove the .into() to fix this break.

What's Changed

Full Changelog: 0.1.3...0.1.4