chore: release v0.1.1

Binary --version reports CARGO_PKG_VERSION, so the tag and the crate
version have to move together.
This commit is contained in:
Sirius DevOps 2026-09-10 13:05:02 -04:00
parent 82634db142
commit ccbe5803f8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2595,7 +2595,7 @@ dependencies = [
[[package]] [[package]]
name = "onionwire" name = "onionwire"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"arti-client", "arti-client",
"ed25519-dalek", "ed25519-dalek",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "onionwire" name = "onionwire"
version = "0.1.0" version = "0.1.1"
edition = "2024" edition = "2024"
rust-version = "1.87" rust-version = "1.87"
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."