Do you need breakthrough innovations to adopt a language? Listen, I like Rust and it has its niche for some of my projects, but not
all projects should be written in Rust. Least of all because it is an innovative language. That works well as a marketing slogan, not as a factor to decide which language is more apt for the project at hand.
Do I need memory safety? If yes, Rust is the best choice.
But other times I need quick iteration times (Python, or maybe Nim) or immutability, or painless concurrency (Elixir), or meta-programming (Lisp & derivatives). I don't spend any time to ask myself whether a language is innovative, when I got deadlines and results to deliver.