Actually its meant to be i64 (9223372036854775807)
This commit is contained in:
parent
769a8c46cf
commit
1e9d46b6ef
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ struct shinystruct{
|
|||
#[derive(Deserialize)]
|
||||
struct shinyjson {
|
||||
key: String,
|
||||
value: u64
|
||||
value: i64
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue