# Rust version is pinned to 1.73.0 due to Yocto's meta-rust layer constraints. # Refer to the following URL for the maximum possible version for this pin in # order to package edge as part of Yocto: # # # For a list of the latest stable Rust version releases, visit: # [toolchain] channel = "1.73.0" components = ["rust-src", "rust-analyzer"] targets = [] profile = "default"