mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
fix: "missing field Verison" error if some unity version is missing
This commit is contained in:
parent
d15617cb60
commit
03f563c07b
1 changed files with 1 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ pub struct UnityInstallation {
|
|||
path: Box<str>,
|
||||
#[serde(rename = "Version")]
|
||||
#[serde(deserialize_with = "default_if_err")]
|
||||
#[serde(default)]
|
||||
version: Option<UnityVersion>,
|
||||
#[serde(rename = "LoadedFromHub")]
|
||||
loaded_from_hub: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue