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
kona-executor currently uses anyhow for errors in its test utilities + benchmarks. On the road to remove anyhow as a dependency from the codebase in favor of thiserror, we need to eliminate that dependency.
The text was updated successfully, but these errors were encountered:
kona-executor
currently usesanyhow
for errors in its test utilities + benchmarks. On the road to removeanyhow
as a dependency from the codebase in favor ofthiserror
, we need to eliminate that dependency.The text was updated successfully, but these errors were encountered: