Skip to content

v0.9.18

Latest
Compare
Choose a tag to compare
@drmingdrmer drmingdrmer released this 13 Mar 15:52
· 265 commits to main since this release

Summary:

  • Fixed:
    • 5ae1965b Remove serde feature detection from declare_raft_types! macro.

Detail:

Fixed:

  • Fixed: 5ae1965b Remove serde feature detection from declare_raft_types! macro; by 张炎泼; 2024-11-30

    The [cfg_attr(feature = "serde")] feature detection for
    RaftTypeConfig implementation should not be evaluated in application
    crates when the declare_raft_types! macro is called. This detection
    logic should be removed from the macro and instead added to each type
    that uses RaftTypeConfig.