You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been working on rust packaging in Debian and have noticed that the latest version of this crate depends on an older version of nom. While we do have a mechanism for packaging multiple versions of crates we try to avoid it where possible.
I tried patching the nom dependency to version 7 but got a whole bunch of errors. Specifically the most obvious issue seems to be the dropping of macros.
The text was updated successfully, but these errors were encountered:
Hi, I've been working on rust packaging in Debian and have noticed that the latest version of this crate depends on an older version of nom. While we do have a mechanism for packaging multiple versions of crates we try to avoid it where possible.
I tried patching the nom dependency to version 7 but got a whole bunch of errors. Specifically the most obvious issue seems to be the dropping of macros.
The text was updated successfully, but these errors were encountered: