mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
Fixes various small issues, including some of the issues in #3768: - Clicking "About" or "Settings" no longer toggles a window between visible and hidden, it always shows and un-minimizes the window. So if it's minimized, it won't vanish, it will appear - Log message for vt100 failure is clearer - The "cancel sign-in" race was coincidentally already working as intended, but the code and comments are clarified. - Fix the asset name used to check for auto-updates (this cannot be end-to-end tested until we cut a new release of the clients on Github, not just a draft release) - Fix README to include Ubuntu instructions
Rust development guide
Firezone uses Rust for all data plane components. This directory contains the Linux and Windows clients, and low-level networking implementations related to STUN/TURN.
We target the last stable release of Rust using rust-toolchain.toml.
If you are using rustup, that is automatically handled for you.
Otherwise, ensure you have the latest stable version of Rust installed.