ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
20.29k stars 518 forks source link

Update Cargo.lock #817

Closed huajingyun01 closed 1 month ago

huajingyun01 commented 1 month ago

Update libc to 0.2.154.

Release notes :https://github.com/rust-lang/libc/releases

ajeetdsouza commented 1 month ago

Any reason for this? I couldn't see anything in the changelog relevant to zoxide.

huajingyun01 commented 1 month ago

Any reason for this? I couldn't see anything in the changelog relevant to zoxide.

I had to update libc to 0.2.154 to support LoongArch64, because zoxide compilation based on musl LoongArch64 failed. https://github.com/rust-lang/libc/pull/3606

Thanks.