mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-09 14:19:30 +00:00
cargo complains with the following otherwise: some crates are on edition 2021 which defaults to resolver = 2, but virtual workspaces default to resolver = 1 Signed-off-by: Bilal Elmoussaoui <belmouss@redhat.com>
11 lines
136 B
TOML
11 lines
136 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"crates/gpio",
|
|
"crates/i2c",
|
|
"crates/rng",
|
|
"crates/scsi",
|
|
"crates/vsock",
|
|
]
|