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
cargo-credential-libsecret: load libsecret only once
Previously, libsecret was loaded and unloaded multiple times, leading
to issues where calls could run indefinitely due to glib not properly
cleaning up.
Now, libsecret is stored in a OnceLock, ensuring it is only loaded once,
preventing unnecessary unload/reload cycles.
0 commit comments