]> xenbits.xensource.com Git - xen-guest-agent.git/commit
Cargo: bump MSRV to 1.71
authorYann Dirson <yann.dirson@vates.fr>
Fri, 2 Feb 2024 16:14:09 +0000 (17:14 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Fri, 2 Feb 2024 16:43:34 +0000 (17:43 +0100)
commit6f90a9d0abbd60caa1fd9a21740c9a56b0a57d57
treed11ac44ea27dba99caefbef22cdf1f6a20422c0a
parent5c9693bc31506e32b0050c419825fd682bcad749
Cargo: bump MSRV to 1.71

Our dependency `env_logger` suffers from a bug in versions of Cargo
older than 1.71, fixed by https://github.com/rust-lang/cargo/pull/12130
(the one we suffered from before the "Cargo: don't let feature
"static" pull xenstore-rs unless "xenstore" is set" fix).

Note that some of our dependencies already required 1.70 or later.

Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
Cargo.toml
README.md