Closed davidkna closed 3 years ago
I would like to release a new version with this fix (https://github.com/stanislav-tkach/os_info/pull/259), but I have also made some refactoring along the way. Could you please check the release branch?
@stanislav-tkach Now it complains about uname
being private in freebsd/mod.rs
.
@davidkna Thanks! I have fixed that.
By the way cross supports FreeBSD if you add a Cross.toml
with:
[target.x86_64-unknown-freebsd]
image = "docker.io/rustembedded/cross:x86_64-unknown-freebsd"
@stanislav-tkach It seems to work and compile fine now.
@davidkna Thanks. I have released the 3.0.3
version.