Skip to content

Commit

Permalink
Bump up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
sozysozbot committed Jan 6, 2021
1 parent 8c49541 commit a0a44a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cetkaik_calculate_hand"
version = "0.1.3"
version = "0.1.4"
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 @@ -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"

0 comments on commit a0a44a0

Please sign in to comment.