From 822bcec5d4a4ba13d7dfc990a6a0de82503412cd Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 17 Aug 2025 20:53:24 +0200 Subject: [PATCH] chore: update resonix-node version to 0.2.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a590b68..c0ee473 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,7 +1749,7 @@ dependencies = [ [[package]] name = "resonix-node" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index c43fe49..0bbf335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resonix-node" -version = "0.2.6" +version = "0.2.7" edition = "2021" description = "High-performance audio node. HTTP/WebSocket server that resolves and streams audio using Symphonia and yt-dlp." license = "BSD-3-Clause"