-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from sfleischman105/Beta-Branch
Update `pleco` to 0.4.1 and `pleco_engine` to 0.1.2
- Loading branch information
Showing
10 changed files
with
33 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pleco" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
authors = ["Stephen Fleischman <[email protected]>"] | ||
description = "A blazingly-fast chess library." | ||
homepage = "https://github.com/sfleischman105/Pleco" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pleco_engine" | ||
version = "0.1.1" # Reminder to change in ./engine.rs | ||
version = "0.1.2" # Reminder to change in ./engine.rs | ||
authors = ["Stephen Fleischman <[email protected]>"] | ||
description = "A blazingly-fast Chess AI." | ||
homepage = "https://github.com/sfleischman105/Pleco" | ||
|
@@ -67,7 +67,7 @@ path = "src/lib.rs" | |
doctest = true | ||
|
||
[dependencies] | ||
pleco = { path = "../pleco", version = "0.4.0" } | ||
pleco = { path = "../pleco", version = "0.4.1" } | ||
clippy = {version = "0.0.191", optional = true} | ||
chrono = "0.4.1" | ||
rand = "0.4.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters