Actually its meant to be i64 (9223372036854775807)

This commit is contained in:
endernon 2024-09-14 22:13:11 +01:00
parent 769a8c46cf
commit 1e9d46b6ef

View file

@ -52,7 +52,7 @@ struct shinystruct{
#[derive(Deserialize)]
struct shinyjson {
key: String,
value: u64
value: i64
}