From d4ee5d10876d0faba924fee63ddb0002e96fc717 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Tue, 27 Jan 2026 21:44:42 +1000 Subject: [PATCH] Fix build on loongarch64 --- CHANGELOG.md | 1 + Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 072640e6..76208c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to eww will be listed here, starting at changes since versio - Load systray items that are registered without a path (By: Kage-Yami) - `get_locale` now follows POSIX standard for locale selection (By: mirhahn, w-lfchen) - Improve multi-monitor handling under wayland (By: bkueng) +- Fix build on loongarch64 (By: wezm) ### Features - Add warning and docs for incompatible `:anchor` and `:exclusive` options diff --git a/Cargo.lock b/Cargo.lock index f479f982..8c212215 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1850,9 +1850,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.159" +version = "0.2.170" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" +checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" [[package]] name = "libm"