Skip to content

Commit 9c9a429

Browse files
author
Geobert Quach
committed
update caith to fix translation error
1 parent ebd159a commit 9c9a429

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "disle"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
authors = ["Geobert Quach <[email protected]>"]
55
edition = "2018"
66
description = "A Discord dice roller bot with alias management"
@@ -13,7 +13,7 @@ readme = "README.md"
1313

1414
[dependencies]
1515
tokio = { version = "1.5.0", features = ["macros", "signal", "rt-multi-thread"] }
16-
caith = { version = "4.2.0", features = ["ova", "cde", "cards"] }
16+
caith = { version = "4.2.1", features = ["ova", "cde", "cards"] }
1717
# caith = { path = "../caith", features = ["ova", "cde", "cards"] }
1818
ron = "0.6.4"
1919
serde = { version = "1.0.125", features = ["serde_derive"] }

0 commit comments

Comments
 (0)