Skip to content

Commit 6f90a9d

Browse files
committed
Cargo: bump MSRV to 1.71
Our dependency `env_logger` suffers from a bug in versions of Cargo older than 1.71, fixed by rust-lang/cargo#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>
1 parent 5c9693b commit 6f90a9d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "xen-guest-agent"
33
version = "0.5.0-dev"
44
authors = ["Yann Dirson <yann.dirson@vates.fr>"]
55
edition = "2018"
6-
rust-version = "1.64"
6+
rust-version = "1.71"
77
license = "AGPL-3.0-only"
88

99
[dependencies]

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ Some features to consider (from `xe-guest-utilities`):
4040

4141
### Build requirements
4242

43-
You need a Rust toolchain. Some of our dependencies require Rust
44-
1.70 or later.
43+
You need a Rust 1.71 toolchain or later.
4544

4645
Since the Cargo tool cannot be told about non-Rust dependencies, you
4746
have to install manually on your build machine:

0 commit comments

Comments
 (0)