commit c2e8ecfffe95ed0ce8c3105a9ec7b517bb2e2e70
parent 15c708bc49ccf84943384049525427a307beb1f0
Author: triesap <tyson@radroots.org>
Date: Wed, 20 May 2026 02:03:19 +0000
build: refresh trade dependency lock
- record the new radroots_trade base64 dependency in Cargo.lock
- keep the CLI lock aligned with shared receipt verifier changes
- validate the documented Nix check and test lanes
- leave the CLI command surface unchanged
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -2120,6 +2120,7 @@ dependencies = [
name = "radroots_trade"
version = "0.1.0-alpha.2"
dependencies = [
+ "base64 0.22.1",
"hex",
"radroots_core",
"radroots_events",