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)]
|
#[derive(Deserialize)]
|
||||||
struct shinyjson {
|
struct shinyjson {
|
||||||
key: String,
|
key: String,
|
||||||
value: u8
|
value: u64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue