mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
rust: include rust_version in Cargo.toml
Tell clippy the minimum supported Rust version for QEMU. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
f26137893b
commit
669fab6a1f
4 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,7 @@ resolver = "2"
|
|||
publish = false
|
||||
keywords = []
|
||||
categories = []
|
||||
rust-version = "1.63.0"
|
||||
|
||||
[dependencies]
|
||||
qemu_api_macros = { path = "../qemu-api-macros" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue