$ modiom subscriptions list
error decoding response body: invalid value: integer `1025`, expected u8 at line 1 column 691
based on DevTools in the browser I'm pretty sure this is from "community_options": 1025.
https://docs.mod.io/restapiref/#mod-object documents 1024 as "Allow dependencies".
I'm seeing:
based on DevTools in the browser I'm pretty sure this is from
"community_options": 1025
. https://docs.mod.io/restapiref/#mod-object documents1024
as "Allow dependencies".It looks like this was added to modio-rs (in https://github.com/nickelc/modio-rs/commit/a3e872f8085df0f3d32f384cfd7c38270ef9c739, released in 0.11), but modiom hasn't been updated to pick up the change yet.