Skip to content

0.5.0

Compare
Choose a tag to compare
@sunsided sunsided released this 24 May 10:08
· 14 commits to main since this release
2047161

To use query-string-builder/0.5.0 in your project, add:

[dependencies]
query-string-builder = "0.5.0"

Changes since 0.4.2

Changed

  • #3: The functions now change inputs that implement ToString rather than requiring Into<String>. This allows for any Display types to be used directly.

Detailed Changes

Full Changelog: v0.4.2...v0.5.0