From 9b3c71e3215b6f525bc25e91c0dc542f5fe7e9ba Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 30 Nov 2024 01:05:19 +0000 Subject: [PATCH] fix: had not intednded to leave the test config inthe cargo.toml --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6e60066..2dc64c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,6 @@ name = "update_users" [[bin]] name = "update_minecraft" -[[bin]] -name = "test" - [dependencies] # discord library serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }