From 5aed742bfa46e6e382fa90d9148e78782b9cfc24 Mon Sep 17 00:00:00 2001 From: xenofem Date: Mon, 31 Jul 2023 19:28:29 -0400 Subject: [PATCH] audio attachments merged in eggbug-rs 0.2.0 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- flake.nix | 3 --- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2b26d2..24a1e69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,8 +269,9 @@ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" [[package]] name = "eggbug" -version = "0.1.3" -source = "git+https://github.com/xenofem/eggbug-rs.git?branch=audio-attachments#965e099de5454a90b30d87e37ff604b4c072eccd" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19eb5b8804894c176318546d7bc95e5029b53f9bef38df174a47870778cf11af" dependencies = [ "base64 0.13.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4181243..1def899 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" [dependencies] anyhow = "1.0.71" dotenvy = "0.15.7" -eggbug = { git = "https://github.com/xenofem/eggbug-rs.git", branch = "audio-attachments" } +eggbug = "0.2" env_logger = "0.10" ffmpeg-next = "6.0.0" imagesize = "0.12.0" diff --git a/flake.nix b/flake.nix index 179724a..b36b629 100644 --- a/flake.nix +++ b/flake.nix @@ -19,9 +19,6 @@ src = ./.; cargoLock = { lockFile = ./Cargo.lock; - outputHashes = { - "eggbug-0.1.3" = "sha256-p7q8asvObmV/fExKShY8KtrB3LAQdOZ+4mi3FEK8MaA="; - }; }; } // buildDeps);