Bump to v0.9.1 — live feed, relay reliability, timeout fixes

This commit is contained in:
Jure
2026-03-22 11:42:05 +01:00
parent b3e7ff7029
commit c9a92b9b47
8 changed files with 43 additions and 121 deletions
+5 -5
View File
@@ -2177,9 +2177,9 @@ dependencies = [
[[package]]
name = "linux-keyutils"
version = "0.2.4"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e"
checksum = "83270a18e9f90d0707c41e9f35efada77b64c0e6f3f1810e71c8368a864d5590"
dependencies = [
"bitflags 2.11.0",
"libc",
@@ -4232,9 +4232,9 @@ dependencies = [
[[package]]
name = "tao"
version = "0.34.6"
version = "0.34.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e06d52c379e63da659a483a958110bbde891695a0ecb53e48cc7786d5eda7bb"
checksum = "89ad37db4a177d0a6f02c6895c9dc412b1eaaa2a7b8702fa04aa3f78544691a1"
dependencies = [
"bitflags 2.11.0",
"block2",
@@ -6157,7 +6157,7 @@ dependencies = [
[[package]]
name = "wrystr"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"keyring",
"rusqlite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wrystr"
version = "0.9.0"
version = "0.9.1"
description = "Cross-platform Nostr desktop client with Lightning integration"
authors = ["hoornet"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Wrystr",
"version": "0.9.0",
"version": "0.9.1",
"identifier": "com.hoornet.wrystr",
"build": {
"beforeDevCommand": "npm run dev",