chore: Release cnats version 0.2.5
Release / build (x86_64, ubuntu-latest) (push) Successful in 8m17s
Release / build (aarch64, aarch64) (push) Successful in 14m46s
Release / update-aur (push) Successful in 15s
Release / docker (push) Successful in 19m58s

This commit is contained in:
2026-08-16 14:42:39 +02:00
parent e2caee536f
commit 1f47337c40
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -345,7 +345,7 @@ dependencies = [
[[package]] [[package]]
name = "cnats" name = "cnats"
version = "0.2.4" version = "0.2.5"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-nats", "async-nats",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "cnats" name = "cnats"
version = "0.2.4" version = "0.2.5"
edition = "2021" edition = "2021"
[lib] [lib]
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com> # Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
pkgname=cnats pkgname=cnats
pkgver=0.2.4 pkgver=0.2.5
pkgrel=1 pkgrel=1
pkgdesc="Web chat over NATS subjects with Kanidm SSO (Leptos SSR)" pkgdesc="Web chat over NATS subjects with Kanidm SSO (Leptos SSR)"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')