fix: had not intednded to leave the test config inthe cargo.toml
All checks were successful
On_Push / lint_fmt (push) Successful in 6s
On_Push / lint_clippy (push) Successful in 10s
On_Push / build (push) Successful in 8m2s
On_Push / deploy (push) Successful in 7s

This commit is contained in:
silver 2024-11-30 01:05:19 +00:00
parent 0478f634fa
commit 9b3c71e321
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -14,9 +14,6 @@ name = "update_users"
[[bin]] [[bin]]
name = "update_minecraft" name = "update_minecraft"
[[bin]]
name = "test"
[dependencies] [dependencies]
# discord library # discord library
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] } serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }