Skip to content

Commit

Permalink
Merge pull request #120 from sfleischman105/Beta-Branch
Browse files Browse the repository at this point in the history
Update `pleco` to 0.4.4 and `pleco_engine` to 0.1.5
  • Loading branch information
sfleischman105 authored Mar 5, 2019
2 parents aa8427b + e0d550a commit 203f879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pleco/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pleco"
version = "0.4.3"
version = "0.4.4"
authors = ["Stephen Fleischman <[email protected]>"]
description = "A blazingly-fast chess library."
homepage = "https://github.com/sfleischman105/Pleco"
Expand Down
4 changes: 2 additions & 2 deletions pleco_engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pleco_engine"
version = "0.1.4"
version = "0.1.5"
authors = ["Stephen Fleischman <[email protected]>"]
description = "A blazingly-fast Chess AI."
homepage = "https://github.com/sfleischman105/Pleco"
Expand Down Expand Up @@ -57,7 +57,7 @@ path = "src/lib.rs"
doctest = true

[dependencies]
pleco = { path = "../pleco", version = "0.4.3" }
pleco = { path = "../pleco", version = "0.4.4" }
chrono = "0.4.6"
rand = "0.6.5"
num_cpus = "1.8.0"
Expand Down

0 comments on commit 203f879

Please sign in to comment.