From 7cdd5b81372cdc59f3f4db1f8d486027feac2e8c Mon Sep 17 00:00:00 2001 From: hodasemi Date: Mon, 19 Sep 2022 21:20:07 +0200 Subject: [PATCH] Fix current build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9be9c47..dc81edc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ serde_json = "*" rusqlite = { version = "*", features = ["bundled"] } serenity = { version = "0.8", default-features = false, features = [ "builder", "cache", "client", "framework", "gateway", "model", "standard_framework", "utils", "voice", "rustls_backend"]} parking_lot = "*" -anyhow = "*" +anyhow = { version = "*", features = ["backtrace"] } hey_listen = "*" rand = "*"