stanislav-tkach / os_info

Rust library to detect the operating system type
MIT License
175 stars 52 forks source link

Breakage with FreeSBD #308

Closed martintc closed 2 years ago

martintc commented 2 years ago

os_info on vanilla FreeBSD now reports back as unknown. I was notified by @kraileth via email. Will work on getting a fix for this going. Looked at the PR (#303) and double checked that @kraileth tested it and it worked then. I also remember not having any issues during my testing. The only explanation I can think of is that there has been a change to FreeBSD that broke the expected behavior I wrote against.

martintc commented 2 years ago

Can we get like a 3.3.1 patch release?

stanislav-tkach commented 2 years ago

@martintc I have just released the 3.4.0 version. It isn't 3.3.1 because it contains Gentoo detection.