chore: bump crate version to 0.2.1

Tag and --version have to move together. Ships the post-v0.2.0 main
line: security audit F1–F7, Pi CI serialize, Android SDK already on main.
This commit is contained in:
Sirius DevOps 2026-09-10 20:52:24 -04:00
parent f109223678
commit c9ac104376
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2629,7 +2629,7 @@ dependencies = [
[[package]] [[package]]
name = "onionwire" name = "onionwire"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"argon2", "argon2",
"arti-client", "arti-client",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "onionwire" name = "onionwire"
version = "0.2.0" version = "0.2.1"
edition = "2024" edition = "2024"
rust-version = "1.91" rust-version = "1.91"
description = "Lean Tor messenger: Arti in-process, identity=pubkey, onion=locator. No XMPP." description = "Lean Tor messenger: Arti in-process, identity=pubkey, onion=locator. No XMPP."