From ad5b203e44d443a355a244d7b4f7cb4810f48ed3 Mon Sep 17 00:00:00 2001 From: sozysozbot / hsjoihs Date: Thu, 22 Dec 2022 02:52:07 +0900 Subject: [PATCH] ver 1.0.0: Use `cetkaik_fundamental` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8faeb3..781f73b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cetkaik_calculate_hand" -version = "0.5.0" +version = "1.0.0" 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." @@ -14,6 +14,6 @@ exclude = [ [dependencies] serde = { version = "1.0.137", features = ["derive"], default-features = false } serde_json = "1.0.88" -cetkaik_fundamental = { path = "../cetkaik_fundamental" } +cetkaik_fundamental = "1.0.0" multiset = "0.0.5" hashbrown = "0.13.1" \ No newline at end of file