]> xenbits.xensource.com Git - xen-guest-agent.git/commit
Cargo: don't let feature "static" pull xenstore-rs unless "xenstore" is set
authorYann Dirson <yann.dirson@vates.fr>
Fri, 2 Feb 2024 16:32:34 +0000 (17:32 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Fri, 2 Feb 2024 16:32:34 +0000 (17:32 +0100)
commit5343f6903fe28566c12a943f2c45c9912f09a6b2
tree12f8e6fb19eb645e514c32b2761c62e1b96a8ee1
parentfa5d664a74cabc3ed5fd81cd0f272f6e94c11829
Cargo: don't let feature "static" pull xenstore-rs unless "xenstore" is set

The syntax used was equivalent to "dep:xenstore-rs/static", and a bug in
Rust 1.70 (fixed by https://github.com/rust-lang/cargo/pull/12130 in 1.71)
was triggered.
Cargo.toml