Skip to content

1.0.182

Choose a tag to compare

@dtolnay dtolnay released this 10 Sep 04:06
· 180 commits to master since this release
1.0.182
4c955ec
  • Fix compiler warning when passing a rust::Fn with a generic return type such as Vec<T> from Rust to C++ (#1633)
  • Suppress warnings in generated code under GCC's missing-declarations setting (#1635)
  • Fix MSVC warning on large negative enum discriminant values (#1636)