diff --git a/Cargo.lock b/Cargo.lock index 11c5885..5d1c5e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1656,9 +1656,9 @@ dependencies = [ [[package]] name = "songbird" -version = "0.3.0" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4c965f6625a2653e0733abfe217679562eb8c4787f000f4f13047541a444217" +checksum = "32f686a0fd771939de1da3e43cee45169fafe1595770b94680572cf18bdef288" dependencies = [ "async-trait", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 85e8573..05eecb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ default-features = false features = ["client", "gateway", "rustls_backend", "model", "cache", "voice"] [dependencies.songbird] -version = "0.3.0" +version = "0.3.2" features = [ "builtin-queue", "yt-dlp" ] diff --git a/flake.nix b/flake.nix index 19c96e4..3daab6c 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ packages = with pkgs; flake-utils.lib.flattenTree rec { default = rustPlatform.buildRustPackage rec { name = "memejoin-rs"; - version = "0.1.4-alpha"; + version = "0.1.4_2-alpha"; src = self; buildInputs = [ openssl.dev ]; nativeBuildInputs = [ local-rust pkg-config openssl openssl.dev cmake gcc libopus ]; @@ -58,7 +58,7 @@ docker = dockerTools.buildImage { name = "memejoin-rs"; - tag = "0.1.4-alpha"; + tag = "0.1.4_2-alpha"; copyToRoot = buildEnv { name = "image-root"; paths = [ default cacert openssl openssl.dev ffmpeg libopus youtube-dl yt-dlp ];