Skip to content
  • Bastian Köcher's avatar
    Make `wasm-builder` print the rustc version (#7351) · 23382db1
    Bastian Köcher authored
    * Make `wasm-builder` print the rustc version
    
    This makes `wasm-builder` print the rustc version that is being used to
    compile the project. This is rather useful, because people can check
    faster if the used rustc version is maybe known for being broken with
    Substrate.
    
    * Apply suggestions from code review
    
    * Add some comments
    23382db1