-
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 caith to fix translation error
- Loading branch information
Geobert Quach
committed
Apr 30, 2021
1 parent
ebd159a
commit 9c9a429
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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,6 +1,6 @@ | ||
[package] | ||
name = "disle" | ||
version = "1.2.3" | ||
version = "1.2.4" | ||
authors = ["Geobert Quach <[email protected]>"] | ||
edition = "2018" | ||
description = "A Discord dice roller bot with alias management" | ||
|
@@ -13,7 +13,7 @@ readme = "README.md" | |
|
||
[dependencies] | ||
tokio = { version = "1.5.0", features = ["macros", "signal", "rt-multi-thread"] } | ||
caith = { version = "4.2.0", features = ["ova", "cde", "cards"] } | ||
caith = { version = "4.2.1", features = ["ova", "cde", "cards"] } | ||
# caith = { path = "../caith", features = ["ova", "cde", "cards"] } | ||
ron = "0.6.4" | ||
serde = { version = "1.0.125", features = ["serde_derive"] } | ||
|