Skip to content

Commit

Permalink
ver 1.0.0: Use cetkaik_fundamental
Browse files Browse the repository at this point in the history
  • Loading branch information
sozysozbot committed Dec 21, 2022
1 parent 8d770db commit ad5b203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cetkaik_calculate_hand"
version = "0.5.0"
version = "1.0.0"
authors = ["jekto_vatimeliju <jekto.vatimeliju@gmail.com>"]
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."
Expand All @@ -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"

0 comments on commit ad5b203

Please sign in to comment.