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
clap_lex depends on os_str_bytes 6.0 but, it seems that version 4.0 is sufficient.
It matters because the version of rustc provided by the last Debian (and the last RaspbianOS) is 1.48.0. Do you think you could relax the dependency of os_str_bytes in '>= 4.0, < 7.0' ?
The text was updated successfully, but these errors were encountered:
os_str_bytes
6.0 now depends on Rust 1.52.clap_lex
depends onos_str_bytes
6.0 but, it seems that version 4.0 is sufficient.It matters because the version of
rustc
provided by the last Debian (and the last RaspbianOS) is 1.48.0. Do you think you could relax the dependency ofos_str_bytes
in '>= 4.0, < 7.0' ?The text was updated successfully, but these errors were encountered: