You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix system informations cpu_brand always being empty
This was caused by a misuse of the `global_cpu_info` function, which was
does not contain a valid `cpu_brand` field.
To fix this, we now get the first cpu and return it's brand instead.
Fixesiced-rs#2794
0 commit comments