Skip to content

Commit

Permalink
Merge pull request #104 from sfleischman105/Beta-Branch
Browse files Browse the repository at this point in the history
Update `pleco` to 0.4.0
  • Loading branch information
sfleischman105 committed Apr 1, 2018
2 parents 805178b + ed0b0df commit 86e7844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.11"
version = "0.4.0"
authors = ["Stephen Fleischman <[email protected]>"]
description = "A blazingly-fast chess library."
homepage = "https://github.com/sfleischman105/Pleco"
Expand Down
2 changes: 1 addition & 1 deletion pleco_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ path = "src/lib.rs"
doctest = true

[dependencies]
pleco = { path = "../pleco", version = "0.3.11" }
pleco = { path = "../pleco", version = "0.4.0" }
clippy = {version = "0.0.191", optional = true}
chrono = "0.4.1"
rand = "0.4.2"
Expand Down

0 comments on commit 86e7844

Please sign in to comment.