# 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: # <https://github.com/meta-rust/meta-rust/blob/master/conf/distro/include/rust_versions.inc> # # For a list of the latest stable Rust version releases, visit: # <https://github.com/rust-lang/rust/blob/master/RELEASES.md> [toolchain] channel = "1.73.0" components = ["rust-src", "rust-analyzer"] targets = [] profile = "default"