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
The refactoring of commit 897baa9 created a new module (find) hosting the functions find_unsafe_in_file and find_unsafe_in_string of the geiger crate. As these functions are not re-exported in lib.rs, it changes the call path and requires changing imports (or the calls themselves) in dependent code.
Note that this can be easily identified by comparing the documentation of v0.4.5 with the one of v0.4.6 on docs.rs.
I found this issue when installing cargo-crev which uses this crate.
The fix is a one-liner; I will submit it ASAP.
The text was updated successfully, but these errors were encountered:
rbost
added a commit
to rbost/cargo-geiger
that referenced
this issue
Apr 20, 2021
The refactoring of commit 897baa9 created a new module (
find
) hosting the functionsfind_unsafe_in_file
andfind_unsafe_in_string
of thegeiger
crate. As these functions are not re-exported inlib.rs
, it changes the call path and requires changing imports (or the calls themselves) in dependent code.Note that this can be easily identified by comparing the documentation of v0.4.5 with the one of v0.4.6 on docs.rs.
I found this issue when installing
cargo-crev
which uses this crate.The fix is a one-liner; I will submit it ASAP.
The text was updated successfully, but these errors were encountered: