• P
    bootstrap: move the version number to a plaintext file · b9af3e30
    Pietro Albini 提交于
    The Rust version number is currently embedded in bootstrap's source
    code, which makes it hard to update it automatically or access it
    outside of ./x.py (as you'd have to parse the source code).
    
    This commit moves the version number to a standalone plaintext file,
    which makes accessing or updating it trivial.
    b9af3e30
lib.rs 50.9 KB