aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-02-14 10:55:33 -0500
committerCara Salter <cara@devcara.com>2022-02-15 08:27:37 -0500
commit18abf2d8410bd31f16b406e6e5be18c9c14b653f (patch)
tree1449f8638139d201b40ce4fdbab1e09e3e3f642a /Cargo.toml
parent274f2cceabc1b0e2b35e0937473a6497a82d7c98 (diff)
downloadglitch-ng-18abf2d8410bd31f16b406e6e5be18c9c14b653f.tar.gz
glitch-ng-18abf2d8410bd31f16b406e6e5be18c9c14b653f.zip
Add CI0.6.0
Update dependencies Update docker image Fix CI Docker
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f9741f..80c5bd6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,6 @@ features = [
git = "https://github.com/serenity-rs/serenity"
branch = "next"
-
[dependencies.poise]
git = "https://github.com/kangalioo/poise"
branch = "master"
@@ -66,4 +65,5 @@ features = [
"chrono",
"migrate",
"macros",
+ "offline",
]