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
After adding migrate_config_file_version_none_to_2 function by this PR #3634, read_config method is not handling parsing error anymore, panic occurs at toml::from_str function when config file is in wrong format.