Subject: CVS commit: pkgsrc/devel/cbindgen
From: Ryo ONODERA
Date: 2022-06-06 22:53:06
Message id: 20220606205306.AAF9AFB19@cvs.NetBSD.org

Log Message:
cbindgen: Update to 0.23.0

Changelog:
0.23.0:
    Better support for constexpr. (#756)
    constexpr is now enabled by default in C++ mode. You can use \ 
const.allow_constexpr=false to revert to previous behavior. (#756)
    Minimum syn version no longer parses old rust code. (#754)

0.22.0:
    Support rename rule for union body members (#751).
    constant: Add support for associated constant expressions (#752).
    Fix regression in CamelCase rename rule (should be lowerCamelCase) (#750).
    enumeration: simplify standard types in variants (#749).
    Avoid generating and writing bindings when called recursively (#747).
    Cython: Omit per-variant tags in unions generated for Rust enums (#748).
    Update various dependencies.

0.21.0:
    Update MSRV to 1.54.0
    Update clap to 3.1.
    Update heck to 0.4.0
    unraw identifiers
    Honor documentation_length in Cython.
    Add documentation_style to with short and full options
    Map RawFd to Int
    Respect remove_underscores config when prefixing name to enum

Files:
RevisionActionfile
1.29modifypkgsrc/devel/cbindgen/Makefile
1.2modifypkgsrc/devel/cbindgen/cargo-depends.mk
1.26modifypkgsrc/devel/cbindgen/distinfo