From 7ad69243cceffe78f1652263853c5e825bb28627 Mon Sep 17 00:00:00 2001 From: arabian Date: Mon, 31 Aug 2026 00:00:41 +0300 Subject: [PATCH] update rodio --- Cargo.lock | 2 +- Cargo.toml | 2 +- packages/flatpak/cargo-sources.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c272b1c..8a1f576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3511,7 +3511,7 @@ dependencies = [ [[package]] name = "rodio" version = "0.22.2" -source = "git+https://github.com/RustAudio/rodio.git?rev=c5f1e94290922fe4ee963ce6f85754ea6ba36243#c5f1e94290922fe4ee963ce6f85754ea6ba36243" +source = "git+https://github.com/RustAudio/rodio.git?rev=880aaba54b00aead53651ed1ccbdb672d1375a95#880aaba54b00aead53651ed1ccbdb672d1375a95" dependencies = [ "cpal", "dasp_sample", diff --git a/Cargo.toml b/Cargo.toml index baf1336..4e7f695 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ rustix = { version = "1.1.4", features = ["process"] } rust-i18n = "4.0.0" sys-locale = "0.3.2" -rodio = { git = "https://github.com/RustAudio/rodio.git", rev = "c5f1e94290922fe4ee963ce6f85754ea6ba36243", default-features = false, features = [ +rodio = { git = "https://github.com/RustAudio/rodio.git", rev = "880aaba54b00aead53651ed1ccbdb672d1375a95", default-features = false, features = [ "symphonia-all", "symphonia-libopus", "playback", diff --git a/packages/flatpak/cargo-sources.json b/packages/flatpak/cargo-sources.json index bd0b921..85965b4 100644 --- a/packages/flatpak/cargo-sources.json +++ b/packages/flatpak/cargo-sources.json @@ -2,8 +2,8 @@ { "type": "git", "url": "https://github.com/rustaudio/rodio", - "commit": "c5f1e94290922fe4ee963ce6f85754ea6ba36243", - "dest": "flatpak-cargo/git/rodio-c5f1e94" + "commit": "880aaba54b00aead53651ed1ccbdb672d1375a95", + "dest": "flatpak-cargo/git/rodio-880aaba" }, { "type": "archive", @@ -4363,7 +4363,7 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/rodio-c5f1e94/.\" \"cargo/vendor/rodio\"" + "cp -r --reflink=auto \"flatpak-cargo/git/rodio-880aaba/.\" \"cargo/vendor/rodio\"" ] }, { @@ -7227,7 +7227,7 @@ }, { "type": "inline", - "contents": "[source.vendored-sources]\ndirectory = \"cargo/vendor\"\n\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n\n[source.\"https://github.com/rustaudio/rodio\"]\ngit = \"https://github.com/rustaudio/rodio\"\nreplace-with = \"vendored-sources\"\nrev = \"c5f1e94290922fe4ee963ce6f85754ea6ba36243\"\n", + "contents": "[source.vendored-sources]\ndirectory = \"cargo/vendor\"\n\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n\n[source.\"https://github.com/rustaudio/rodio\"]\ngit = \"https://github.com/rustaudio/rodio\"\nreplace-with = \"vendored-sources\"\nrev = \"880aaba54b00aead53651ed1ccbdb672d1375a95\"\n", "dest": "cargo", "dest-filename": "config" }