Update Rust and switch to stable channel #94

Merged
sb10q merged 1 commits from atse/thermostat:use-rust-stable into master 2024-08-17 17:37:18 +08:00

1 Commits

Author SHA1 Message Date
atse 6cd6a6a2c2 Fix warning '...not permit being left uninit..d'
Put SocketState initialisation logic in new. This avoids using an unsafe
and unnerving MaybeUninit::uninit().assume_init() to initialise an
array, which the compiler yells at since it causes undefined behavior.
2024-01-17 15:29:56 +08:00