Upgrade Rust SDK to spec 1.4.2

This commit is contained in:
Foorack
2021-10-28 19:39:07 +00:00
parent 699637bbe1
commit c8991f4ab9
70 changed files with 467 additions and 382 deletions

View File

@ -9,7 +9,7 @@
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
pub struct User {
#[serde(rename = "allowAvatarCopying")]
pub allow_avatar_copying: bool,