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
Update tlparse version to 0.4.0 (#139)
Update tlparse version to 0.4.0 because we have breaking change in this
version. The signature of `parse_path(path: &PathBuf, config:
&ParseConfig)` changed (from `ParseConfig` to `&ParseConfig`).