From b9f2dc3806b1f957c6935e66660c3fc66d90dbf1 Mon Sep 17 00:00:00 2001 From: Sirius DevOps Date: Thu, 10 Sep 2026 13:05:02 -0400 Subject: [PATCH] chore: release v0.1.1 Binary --version reports CARGO_PKG_VERSION, so the tag and the crate version have to move together. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f674c34..d8c06e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2595,7 +2595,7 @@ dependencies = [ [[package]] name = "onionwire" -version = "0.1.0" +version = "0.1.1" dependencies = [ "arti-client", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index 5a961a9..cfaa275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onionwire" -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.87" description = "Lean Tor messenger: Arti in-process, identity=pubkey, onion=locator. No XMPP."