mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00

Configure the minimum supported Rust version (though strictly speaking that's redundant with Cargo.toml), and the list of CamelCase identifiers that are not Rust types. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2 lines
55 B
TOML
2 lines
55 B
TOML
doc-valid-idents = ["PrimeCell", ".."]
|
|
msrv = "1.63.0"
|