Skip to content

Commit

Permalink
update caith to fix translation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Geobert Quach committed Apr 30, 2021
1 parent ebd159a commit 9c9a429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
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 <geobert@protonmail.com>"]
edition = "2018"
description = "A Discord dice roller bot with alias management"
Expand All @@ -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"] }
Expand Down

0 comments on commit 9c9a429

Please sign in to comment.