Querying (Almost) Everything: https://t.co/eHOXwtfeS1 // ex Principal Eng @Kensho // @MIT alum // https://t.co/ZoNn1MD5lq // not from around here 🇲🇰 // he-him
Aug 9, 2022 • 4 tweets • 3 min read
cargo-semver-checks 0.7.0 has some new checks:
📤 `pub use` re-exports
⚡ auto-trait impls (Sync, Sized, ...)
🔃 impl of derived traits
No more #rustlang auto-trait regressions! 💯 Add an Rc<T> field — oops, your type isn't Send/Sync anymore. So easy to miss, but not anymore.
A few months ago, @nikomatsakis wondered on his blog if we could have a simple GitHub Action that would warn about semver regressions.
That GitHub Action is here:
- uses: obi1kenobi/cargo-semver-checks-action@v1