Skip to content

Databind 0.6.3

Compare
Choose a tag to compare
@MysteryBlokHed MysteryBlokHed released this 12 Aug 19:37
· 41 commits to master since this release
dfde44c

A bug fix with macro calls and some changes to integration tests and the compiler output

Documentation is available on Read The Docs.

To install the latest version of Databind, run cargo install databind.
To install the latest patch of Databind 0.6, run cargo install databind --version ~0.6.
To install Databind 0.6.3, run cargo install databind --version 0.6.3.
Alternatively, download one of the attached binaries.

Core changes

  • Fix a stack overflow caused by escaping double quotes in macro calls (#115)

Test changes

  • Make tests properly use --release flag (#119)

Other changes

  • Update empty lines replace in compiler (#116)