mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-27 22:11:22 +00:00
merge dev (#21)
* change version to 1.6.2 * deps: bump tokio to 1.50.0 * deps: bump rodio to 0.22.2 * cargo update
This commit is contained in:
committed by
GitHub
parent
0dfd841e6d
commit
c649ef5410
+2
-2
@@ -12,7 +12,7 @@ keywords = ["soundpad", "pipewire", "linux", "cli", "gui"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
async-trait = "0.1.89"
|
||||
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
@@ -29,7 +29,7 @@ clap = { version = "4.5.60", default-features = false, features = [
|
||||
dirs = "6.0.0"
|
||||
itertools = "0.14.0"
|
||||
|
||||
rodio = { version = "0.22.1", default-features = false, features = [
|
||||
rodio = { version = "0.22.2", default-features = false, features = [
|
||||
"symphonia-all",
|
||||
"playback",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user