diff --git a/Cargo.toml b/Cargo.toml index dc3bb18..d643791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cetkaik_calculate_hand" -version = "0.1.6" +version = "0.1.7" 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." @@ -11,5 +11,5 @@ license = "MIT" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.61" -cetkaik_core = "0.3.1" +cetkaik_core = "0.3.3" multiset = "0.0.5" \ No newline at end of file