From 3857f769e8c81b7959ae885254a5aefc32d16aff Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Tue, 26 Nov 2024 19:26:42 +0000 Subject: [PATCH] fix(lair_keystore): Update `sysinfo` dependency This resolves an issue with building against a recent libc --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5a93b..344b3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Unreleased +- Upgrade `sysinfo` dependency to resolve an issue with building against a recent libc - Set tracing writer to write to `stderr` instead of `stdout` [#138](https://github.com/holochain/lair/pull/138) - The `lair-keystore` binary now exits with an error (exit code `1`) if and error occurs [#138](https://github.com/holochain/lair/pull/138)