lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit a1e4c23d4d0927a6f8f3f4ccba8222d5e856a8cb
parent 52fa09d1c05b49bd5b02aa066082e075bb343058
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:14:56 +0000

build: set `radroots-nostr-accounts` version to 0.1.0-alpha.1

Diffstat:
Mcrates/nostr-accounts/Cargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/nostr-accounts/Cargo.toml b/crates/nostr-accounts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "radroots-nostr-accounts" -version.workspace = true +version = "0.1.0-alpha.1" edition.workspace = true authors = ["Radroots Authors"] rust-version.workspace = true