From: Yann Dirson Date: Fri, 5 Apr 2024 08:22:57 +0000 (+0200) Subject: Build against os_info 3.8.2, detects Alma and Rocky (#13) X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1f25cce26aa7703a972ee0910434f4b58eae42bf;p=xen-guest-agent.git Build against os_info 3.8.2, detects Alma and Rocky (#13) Not bumping the version in Cargo.toml, though, since there is not no requirement at the code level. Signed-off-by: Yann Dirson --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af3166..2410949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/) ### bugfixes +* AlmaLinux and Rocky Linux guests are now reported as such, when + build against os_info 3.8 or better * the RPM now replaces xe-guest-utilities-latest too, not only xe-guest-utilities diff --git a/Cargo.lock b/Cargo.lock index 7d31910..9c6a44f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,12 +702,12 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "os_info" -version = "3.7.0" +version = "3.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e" +checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" dependencies = [ "log", - "winapi", + "windows-sys 0.52.0", ] [[package]]