Fix a bug that limited shiny value to 255
This commit is contained in:
parent
a2914bdb33
commit
769a8c46cf
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ struct shinystruct{
|
|||
#[derive(Deserialize)]
|
||||
struct shinyjson {
|
||||
key: String,
|
||||
value: u8
|
||||
value: u64
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue