rerun/InstantMesh
4
1# If you see this, run "rustup self update" to get rustup 1.23 or newer.2 3# NOTE: above comment is for older `rustup` (before TOML support was added),4# which will treat the first line as the toolchain name, and therefore show it5# to the user in the error, instead of "error: invalid channel name '[toolchain]'".6 7[toolchain]8channel = "1.76.0"9components = ["rustfmt", "clippy"]10targets = ["wasm32-unknown-unknown"]11 