-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to caith 0.2.0 and use the new stuff
- Loading branch information
Geobert Quach
committed
Aug 6, 2020
1 parent
949d7c4
commit be28e5d
Showing
4 changed files
with
53 additions
and
34 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 0.2.0 | ||
- Update to `caith` 0.2.0 | ||
- Better error feedback | ||
- Accept uppercase `D` | ||
|
||
# 0.1.0 | ||
- Initial release |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,14 +1,14 @@ | ||
[package] | ||
name = "disle" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Geobert Quach <[email protected]>"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
tokio = { version = "0.2.22", features = ["macros"]} | ||
caith = "0.1.4" | ||
caith = "0.2.0" | ||
|
||
[dependencies.serenity] | ||
git = "https://github.com/acdenisSK/serenity" | ||
|
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