mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 00:43:24 +00:00
Fix wrong serde name in OSDK
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
885e4315e3
commit
d977fe54c6
@ -15,9 +15,9 @@ pub enum Arch {
|
|||||||
#[serde(rename = "aarch64")]
|
#[serde(rename = "aarch64")]
|
||||||
Aarch64,
|
Aarch64,
|
||||||
#[serde(rename = "riscv64")]
|
#[serde(rename = "riscv64")]
|
||||||
X86_64,
|
|
||||||
#[serde(rename = "x86_64")]
|
|
||||||
RiscV64,
|
RiscV64,
|
||||||
|
#[serde(rename = "x86_64")]
|
||||||
|
X86_64,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ValueEnum for Arch {
|
impl ValueEnum for Arch {
|
||||||
|
Reference in New Issue
Block a user