@@ -40,7 +40,7 @@ guid-create = { version = "0.5.0", default-features = false }
4040uefi = { version = " 0.20" , features = [" alloc" ] }
4141uefi-services = " 0.17"
4242plain = " 0.2.3"
43- redox_hwio = { git = " https://github.com/FrameworkComputer/rust-hwio " , branch = " freebsd " , default-features = false }
43+ redox_hwio = { version = " 0.1.6 " , default-features = false }
4444smbios-lib = { git = " https://github.com/FrameworkComputer/smbios-lib.git" , branch = " no-std" , default-features = false }
4545
4646[target .'cfg(windows)' .dependencies ]
@@ -56,13 +56,18 @@ winreg = "0.55.0"
5656[target .'cfg(unix)' .dependencies ]
5757libc = " 0.2.155"
5858nix = { version = " 0.29.0" , features = [" ioctl" , " user" ] }
59- redox_hwio = { git = " https://github.com/FrameworkComputer/rust-hwio" , branch = " freebsd" }
6059smbios-lib = { git = " https://github.com/FrameworkComputer/smbios-lib.git" , branch = " no-std" }
6160env_logger = " 0.11"
6261clap = { version = " 4.5" , features = [" derive" , " cargo" ] }
6362clap-num = { version = " 1.2.0" }
6463clap-verbosity-flag = { version = " 2.2.1" }
6564
65+ [target .'cfg(target_os="linux")' .dependencies ]
66+ redox_hwio = " 0.1.6"
67+
68+ [target .'cfg(target_os="freebsd")' .dependencies ]
69+ redox_hwio_freebsd = { package = " redox_hwio" , git = " https://github.com/FrameworkComputer/rust-hwio" , branch = " freebsd" }
70+
6671[target .'cfg(windows)' .dependencies .windows ]
6772version = " 0.59.0"
6873features = [
0 commit comments