From c90186295c47c1f78f55995d0f357adb0eeb0bcf Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 3 Jun 2024 05:07:12 +0100 Subject: [PATCH] ci: the cache was not doing much, only delaying stuff..... --- .gitlab-ci.yml | 5 ----- Cargo.toml | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d2049c..a5ebba1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,11 +6,6 @@ stages: - build - deploy -cache: - key: "$CI_JOB_NAME" - paths: - - target/ - # Set any required environment variables here variables: RUST_BACKTRACE: FULL diff --git a/Cargo.toml b/Cargo.toml index e396f36..a26023a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ name = "update_users" name = "update_minecraft" [dependencies] +# discord library serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] } tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }