diff --git a/Cargo.toml b/Cargo.toml index 2e10005..17dc8e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cetkaik_calculate_hand" -version = "0.1.3" +version = "0.1.4" authors = ["jekto_vatimeliju "] edition = "2018" description = "Ported https://www.npmjs.com/package/cerke_hands_and_score into Rust. See https://sites.google.com/view/cet2kaik/the-standardized-rule-in-english for more context." @@ -10,6 +10,6 @@ license = "MIT" [dependencies] serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.60" -cetkaik_core = "0.2.2" +serde_json = "1.0.61" +cetkaik_core = "0.2.3" multiset = "0.0.5" \ No newline at end of file