Release v0.1.0 (#34)

* Update dependencies, draft initial structure for changelog.

* Full changelog!
This commit is contained in:
Kyle Simpson
2021-01-08 11:42:07 +00:00
committed by GitHub
parent 7d767d2919
commit 12776fc6f8
6 changed files with 175 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ tracing-futures = "0.2"
path = "../../../"
[dependencies.serenity]
version = "0.10.0"
version = "0.10"
features = ["client", "standard_framework", "voice", "rustls_backend"]
[dependencies.tokio]

View File

@@ -14,7 +14,7 @@ features = ["builtin-queue"]
path = "../../../"
[dependencies.serenity]
version = "0.10.0"
version = "0.10"
features = ["cache", "standard_framework", "voice", "rustls_backend"]
[dependencies.tokio]

View File

@@ -13,7 +13,7 @@ tracing-futures = "0.2"
path = "../../../"
[dependencies.serenity]
version = "0.10.0"
version = "0.10"
features = ["client", "standard_framework", "voice", "rustls_backend"]
[dependencies.tokio]

View File

@@ -13,7 +13,7 @@ tracing-futures = "0.2"
path = "../../../"
[dependencies.serenity]
version = "0.10.0"
version = "0.10"
features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"]
[dependencies.tokio]