sspi-rs icon indicating copy to clipboard operation
sspi-rs copied to clipboard

refactor: remove `lazy_static` dependency

Open TheBestTvarynka opened this issue 1 year ago • 1 comments

Hi, I saw that you updated the Rust version in #298 . So, I made a small refactoring and removed the lazy_static dependency. We don't need it because the LazyStatic is stable now.

TheBestTvarynka avatar Oct 09 '24 14:10 TheBestTvarynka

@TheBestTvarynka There is a conflict, but I approved and enabled auto-merge

CBenoit avatar Oct 09 '24 16:10 CBenoit