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
Rust v1.81 has introduced a trait for Error that does not require std. This is going to be used by a lot of crates and actually causes us to require 1.81 as msrv. So we might as well use it too so we don't ever have to deal with anything else.
The text was updated successfully, but these errors were encountered:
Rust v1.81 has introduced a trait for
Error
that does not requirestd
. This is going to be used by a lot of crates and actually causes us to require 1.81 as msrv. So we might as well use it too so we don't ever have to deal with anything else.The text was updated successfully, but these errors were encountered: