mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
535040aab8
The code takes a prefix of the MD5 hash of the version string. Since the hash command differs across GNU and BSD platforms, we scan for the right one in the configure script. Closes #25007