Skip to content
  • Bastian Köcher's avatar
    Support stable rust for compiling the runtime (#13580) · d338e9a1
    Bastian Köcher authored
    * Support stable rust for compiling the runtime
    
    This pull request brings support for compiling the runtime with stable Rust. This requires at least
    rust 1.68.0 to work on stable. The code is written in a way that it is backwards compatible and
    should automatically work when someone compiles with 1.68.0+ stable.
    
    * We always support nightlies!
    
    * 🤦
    
    
    
    * Sort by version
    
    * Review feedback
    
    * Review feedback
    
    * Fix version parsing
    
    * Apply suggestions from code review
    
    Co-authored-by: default avatarKoute <[email protected]>
    
    ---------
    
    Co-authored-by: default avatarKoute <[email protected]>
    d338e9a1