Skip to content

v15.0.1

Compare
Choose a tag to compare
@Byron Byron released this 26 Nov 09:10
· 47 commits to main since this release
a6b40e1

Bug Fixes

  • correctly configure 'serde' features of dependencies.
    Due to surprising an to me still quite unclear behaviour cargo
    will turn on the serde features in the hex and smartstring
    dependencies when building it locally from a repository clone,
    but won't do it when building the crates-io version of the crate
    after adding it as dependency.

    This fixes the issue by correctly configuring it the serde
    feature.

Commit Statistics

  • 4 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #33

Commit Details

view details
  • #33
    • correctly configure 'serde' features of dependencies. (c915992)
  • Uncategorized