update to serenity-rs 0.3.2 to support unknown discord opcode
parent
8da6247805
commit
be505ce399
|
@ -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",
|
||||
|
|
|
@ -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" ]
|
||||
|
|
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue