mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
f02dbb3755
The parser parses everything as signed integers so the configuration file will fail to parse large numbers that don't fit in an i64. https://github.com/alexcrichton/toml-rs/issues/256