lol, so i'm updating chimera's rust to 1.85 and getting errors about "unknown target x86_64-chimera-linux-musl" from the bootstrap tool...
as it turns out, cc-rs starting with 1.2.0 joins the list of rust libs that misunderstand the concept of a target triple and change to shipping a static, pre-generated list of triples taken from rust nightly
i was already bitten by `tree-sitter test` breaking due to this, now rustc, this will soon make my life even more hell once more things update to it