Skip to content

1.0.67

Compare
Choose a tag to compare
@dtolnay dtolnay released this 26 Apr 01:57
· 777 commits to master since this release
1.0.67
0006c00
  • Improvements to the Bazel build rules:
    • Use the default linker on macOS C++ toolchains from Apple (#1029, thanks @keith)
    • Support Arm target triples on Bazel 5.1+ (#1038, thanks @snowp)
    • Ensure that cxx and its third-party dependencies are built with the correct edition even if the downstream repo uses a different default one (#1034, #1035, #1040, bazelbuild/rules_rust#1256)