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
I was taking a look at the Cargo.toml file, and noticed the clap dependency has a rather restrictive semver constraint ("<4.5", specifically). I was wondering if there was a particular reason for this? I was surprised to see the restriction against "<4.5", when it seems like the repo would probably build fine with 4.5? I've noticed that this is also present in the snphost repo as well.
Is this for MSRV reasons? I think Clap 4.4 has an MSRV of 1.70, while Clap 4.5 has an MSRV of 1.74. However, since you folks have committed your lockfile, I think should that be sufficient in imposing a version constraint without applying modifiers on the version number. Let me know your thoughts!
The text was updated successfully, but these errors were encountered:
Hi folks,
I was taking a look at the
Cargo.toml
file, and noticed theclap dependency
has a rather restrictive semver constraint ("<4.5", specifically). I was wondering if there was a particular reason for this? I was surprised to see the restriction against "<4.5", when it seems like the repo would probably build fine with 4.5? I've noticed that this is also present in thesnphost
repo as well.Is this for MSRV reasons? I think Clap 4.4 has an MSRV of 1.70, while Clap 4.5 has an MSRV of 1.74. However, since you folks have committed your lockfile, I think should that be sufficient in imposing a version constraint without applying modifiers on the version number. Let me know your thoughts!
The text was updated successfully, but these errors were encountered: