aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d1dff83..c4251c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "thulani"
-version = "0.1.6"
-authors = ["Nathan Perry <avaglir@gmail.com>"]
+version = "0.1.7"
+authors = ["Nathan Perry <np@nathanperry.dev>"]
edition = "2018"
[features]
@@ -43,5 +43,5 @@ envconfig_derive = "^0.8"
[dependencies.serenity]
default-features = false
features = ["builder", "cache", "client", "framework", "gateway", "http", "model", "utils", "voice", "standard_framework", "rustls_backend"]
-git = "https://github.com/mammothbane/serenity"
+git = "ssh://gitea@git.nathanperry.dev/fork/serenity"
branch = "master"