Apart from C, C++ and possibly Fortran and Ada (which I don't know) I don't know of any language that moves that slowly.
Go, Python, Julia and Ruby all have around yearly or bi-yearly releases I believe. So more often than Rust editions, but not as often as rust releases. I know Python recently (past couple of years) switched to a tighter release schedule, though I don't remember thr details off the top of my head.
Haskell apparently doesn't have a fixed schedule (or didn't in 2017, couldn't find any newer info). Erlang is yearly.
JavaScript in practise is on the other extreme, whenever Chrome releases is when you get new features in JS (as much as I use and love Firefox it sadly doesn't matter really any more). That is every 4 weeks!
Maybe you could point to something like the language defined by bash or zsh, they change rather slowly. I would argue they have either stagnated or are considered effectively done by their authors. The last major feature I can remember in bash was associate arrays and that was probably a decade ago at this point.
Then there are of course languages that are in maintenance mode or are otherwise past their prime. I don't know that Perl gets many new features for example. It is also not a language I know of any new projects picking at this point. It will be with us for a long time, because there are a lot of tools still in it.
PHP is in the same boat, it won't die until Mediawiki and Wordpress switch away (and a bunch of other things) but it too is past its prime. It is not something choose for new projects either any longer.
I could go on (Cobol anyone? Probably pretty slow). And there are many languages I didn't check (java, c#, kotlin, swift, ...). But I think we can draw some conclusions:
- Rust is definitely on the faster end of the spectrum (though JavaScript beats it out).
- C++ (and C even more so) are on the really slow end of the spectrum.
- The majority of what I would consider popular active (significant new development on and in the language still) languages seems to release once or twice per year.
I personally think rust is fine where it is, maybe you could argue that you want to adjust it to something that evenly divides the year though. (I don't think it really matters when exactly the release is calender wise though, but maybe it does to someone.)