previous announcement post.
Other than the obvious update to Rust 1.76 with all its benefits, there are a few other changes:
Backtraces are now supported on at least Windows 98 and up when providing a supported dbghelp.dll
file, and are natively supported on Windows XP and up. It is still recommended to supply an updated dbghelp.dll. See the Limitations page for more information.
Code that uses thread parking should now work! I've brought back the old generic implementation that was removed from upstream before, as no relevant platform needs it anymore.
I haven't tested it, but I've added a x86_64-rust9x-windows-msvc
target, which should work on XP 64-bit and up. Let me know whether it does :)
I've also figured out how to create an easily shareable binary package, so you can try it out without bothering to build it yourself. See the installation instructions in the project wiki.