-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kangalioo -> serenity-rs and fix typos
Changes extracted from the pre-force-push #140 (6c082b5...1bac198)
- Loading branch information
Showing
6 changed files
with
9 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[package] | ||
authors = ["kangalioo <[email protected]>"] | ||
authors = ["kangalio <[email protected]>"] | ||
edition = "2018" | ||
name = "poise" | ||
version = "0.5.2" | ||
rust-version = "1.60.0" | ||
description = "A Discord bot framework for serenity" | ||
license = "MIT" | ||
repository = "https://github.com/kangalioo/poise/" | ||
repository = "https://github.com/serenity-rs/poise/" | ||
|
||
[dependencies] | ||
tokio = { version = "1.21.1", default-features = false } # for async in general | ||
|
@@ -23,20 +23,8 @@ parking_lot = "0.12.1" | |
[dependencies.serenity] | ||
default-features = false | ||
features = ["builder", "client", "gateway", "model", "utils", "collector"] | ||
|
||
version = "0.11.5" | ||
|
||
# git = "https://github.com/serenity-rs/serenity" | ||
# branch = "current" | ||
|
||
# git = "https://github.com/serenity-rs/serenity" | ||
# rev = "2bb9a01bfccd0485ccb7e9f20cce8edff7426eb3" | ||
|
||
# git = "https://github.com/kangalioo/serenity" | ||
# branch = "poise-tailored" | ||
|
||
# path = "../_downloaded/serenity" | ||
|
||
[dev-dependencies] | ||
# For the examples | ||
tokio = { version = "1.21.1", features = ["rt-multi-thread"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "poise_macros" | ||
version = "0.5.2" # remember to update the version | ||
authors = ["kangalioo <[email protected]>"] | ||
authors = ["kangalio <[email protected]>"] | ||
edition = "2018" | ||
description = "Internal macro implementation crate of poise" | ||
license = "MIT" | ||
repository = "https://github.com/kangalioo/poise/" | ||
repository = "https://github.com/serenity-rs/poise/" | ||
|
||
[lib] | ||
proc-macro = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters