High-performance implementation of plcbundle written in Rust

chore: Release plcbundle version 0.9.0-alpha.2

+2 -2
+1 -1
Cargo.lock
··· 1739 1739 1740 1740 [[package]] 1741 1741 name = "plcbundle" 1742 - version = "0.9.0-alpha.1" 1742 + version = "0.9.0-alpha.2" 1743 1743 dependencies = [ 1744 1744 "anyhow", 1745 1745 "atproto-plc",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "plcbundle" 3 - version = "0.9.0-alpha.1" 3 + version = "0.9.0-alpha.2" 4 4 edition = "2024" 5 5 authors = ["Tree <tree@tree.fail>"] 6 6 description = "DID PLC Bundle Management Tool"