I'm following this guide.
It asks me to do the following:
cargo install --force cargo-stylus
rustup default 1.81
rustup target add wasm32-unknown-unknown --toolchain 1.81
Seems to be global?
From my (debug) experience with python and nuget packages, this type of static setting usually leads to footguns down the road.
I've had things break and I forget why or how to track them down because I followed a tutorial forever ago
So my question is, is this a good way to set my toolchain defaults? Alternatively, how could I do this better?