I installed rust-analyzer using rustup component add rust-analyzer
The version does not match any of the releases on github.
I see this version info
$> rust-analyzer --version
rust-analyzer 1.84.0 (9fc6b431 2025-01-07)
On the rust-analyzer github page, the release is now 2025-01-07 with a different version number v0.3.2253
Should I rather use a different tool to install rust-analyzer, or is there some advantage to use rustup component for rust-analyzer?