app

Local-first trade for farms and co-ops
git clone https://radroots.dev/git/app.git
Log | Files | Refs | README | LICENSE

commit c7473373f3f93fc8cd13a6b4563e33d989943512
parent 2020244abe15b5e225fe0b86063f20be88663b35
Author: triesap <tyson@radroots.org>
Date:   Thu, 18 Jun 2026 12:31:38 -0700

build: refresh dependency lockfile

- remove stale radroots_authority transitive lock entry
- keep Cargo.lock aligned with current workspace dependencies
- preserve application source and runtime behavior unchanged
- verify cargo metadata after lockfile refresh

Diffstat:
MCargo.lock | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -5190,7 +5190,6 @@ name = "radroots_authority" version = "0.1.0-alpha.2" dependencies = [ "radroots_events", - "thiserror 1.0.69", ] [[package]]