Fix misnamed metadata coming from server

This commit is contained in:
Lucien Greathouse
2019-01-21 10:56:01 -08:00
parent 6fcb895d70
commit 614f886008

View File

@@ -24,6 +24,7 @@ use crate::{
/// Contains the instance metadata relevant to Rojo clients.
#[derive(Debug, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct InstanceMetadata {
ignore_unknown_instances: bool,
}