cache
All checks were successful
Build / Build (push) Successful in 1m49s
Build / docker (push) Successful in 19s

This commit is contained in:
파링 2026-01-07 20:29:29 +09:00
parent e934da887f
commit 11f6f1edbf
Signed by: paring
SSH key fingerprint: SHA256:8uCHhCpn/gVOLEaTolmbub9kfM6XBxWkIWmHxUZoWWk
4 changed files with 26 additions and 3 deletions

View file

@ -15,8 +15,9 @@ figment = { version = "0.10.19", features = ["toml", "env"] }
rhai = "1.23.6"
secrecy = { version = "0.10", features = ["serde"] }
serde = { version = "1.0.228", features = ["derive"] }
serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", features = [
serenity = { git = "https://github.com/paring-chan/serenity.git", branch = "fix/reaction-cache-next", features = [
"unstable",
"cache",
] }
sqlx = { version = "0.8.6", features = ["runtime-tokio", "postgres"] }
tokio = { version = "1.49.0", features = ["full"] }