New Rust and new Clojure releases!
Bonanza— new Rust and new Clojure releases today!
❯ rustup update stable
...
❯ rustc --version
rustc 1.81.0 (eeb90cda1 2024-09-04)
Clojure isn't quite as easy as Rust to update, but we don't do it nearly as often, so that's fine.
❯ curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
...
❯ chmod +x linux-install.sh
❯ sudo ./linux-install.sh
...
❯ rm linux-install.sh
❯ clj --version
Clojure CLI version 1.12.0.1479
This calls for a cake!

(Coincidentally, it is my wife's birthday and this is the ice cream cake I made for her.)