Merge pull request 'chore: bump crate version to 0.2.1' (#13) from feat/v0.2.1 into main
All checks were successful
ci / test (push) Successful in 5m10s

Reviewed-on: #13
This commit is contained in:
sirius 2026-09-10 21:08:20 -04:00
commit 2abb9af4ad
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

@ -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."