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
As per #70, we currently use a construct like .map_err(|e| error!("{}", e); for logging, the newest rust version introduces inspect and inspect_err for this purpose, so we should migrate and bump the minimum rust version in Cargo.toml.
The text was updated successfully, but these errors were encountered:
As per #70, we currently use a construct like
.map_err(|e| error!("{}", e);
for logging, the newest rust version introducesinspect
andinspect_err
for this purpose, so we should migrate and bump the minimum rust version inCargo.toml
.The text was updated successfully, but these errors were encountered: