From 51e47ff90c471ce6b5d0e8df896ae2df55a4058d Mon Sep 17 00:00:00 2001 From: Sirius DevOps Date: Thu, 10 Sep 2026 20:52:24 -0400 Subject: [PATCH] chore: bump crate version to 0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d44b5c5..b32f708 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2629,7 +2629,7 @@ dependencies = [ [[package]] name = "onionwire" -version = "0.2.0" +version = "0.2.1" dependencies = [ "argon2", "arti-client", diff --git a/Cargo.toml b/Cargo.toml index 3d82721..3ecbaf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onionwire" -version = "0.2.0" +version = "0.2.1" edition = "2024" rust-version = "1.91" description = "Lean Tor messenger: Arti in-process, identity=pubkey, onion=locator. No XMPP."