Why #rust is a joke of a language. Trying to install some program (wasm-tools), and because I only have a version of rust that is 7 months old, instead of one that is 4 months old I can't install it.
package `derive_arbitrary v1.2.1` cannot be built because it requires rustc 1.63.0 or newer, while the currently active rustc version is 1.61.0
@encthenet Current version is 1.66, not sure why you think 1.61 is current. There are some crates that rely on the most recent features, it's just how it is. It doesn't make the language a joke, it's just being actively developed, and some crates want those features that are being added. If you don't want to upgrade periodically it's not going to be your cup of tea, at least for another 5-10 years at least, unless you have few dependencies.
@encthenet Apologies, I misinterpreted. I don't have many problems of this sort tbh, but I do update every 6mos or so to get the lastest tooling features and compiler speed bump. Perhaps that has kept it from being an issue. Or it's isolated to dependencies that I don't use. On the other hand, the upgrade process has never failed for me, so I trust it to some degree, mitigating the apprehension, learned from experience, that I always feel when updating language tools.