change version to 1.7.0 (#52)

This commit is contained in:
Tarasov Aleksandr
2026-04-09 10:10:50 +03:00
committed by GitHub
parent a948ea2dcd
commit 5a2418325d
7 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "pwsp"
version = "1.6.3"
version = "1.7.0"
edition = "2024"
authors = ["arabian"]
description = "PWSP lets you play audio files through your microphone. Has both CLI and GUI clients."
@@ -12,7 +12,7 @@ keywords = ["soundpad", "pipewire", "linux", "cli", "gui"]
[dependencies]
tokio = { version = "1.50.0", features = ["full"] }
tokio = { version = "1.51.1", features = ["full"] }
async-trait = "0.1.89"
serde = { version = "1.0.228", features = ["derive"] }