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
It's getting increasingly hard to maintain the 1.48 MSRV in procfs. I've just opened #222 to try to fix this particular issue. I've also opened #223 to track the topic of MSRV for procfs
Hi,
Today, CI does not pass because of
object
release 0.30, that requires a recent compiler.Here are the release notes (gimli-rs/object@ed03e05):
read
feature has changed to 1.52.0.write
feature has changed to 1.61.0.Also,
failure
is deprecated since 2020, they recommend to useanyhow
orthiserror
failure
is only used to test the functions signatures when they returnResult
for compositionHow could we improve the situation?
The text was updated successfully, but these errors were encountered: