Skip to content

Commit

Permalink
modify Cargo.tomls
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Fleischman <stephenf@cs.washington.edu>
  • Loading branch information
sfleischman105 committed Apr 27, 2019
1 parent ae4b46f commit 7122ae5
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.4.4"
version = "0.5.0"
authors = ["Stephen Fleischman <stephenf@cs.washington.edu>"]
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 @@ -57,7 +57,7 @@ path = "src/lib.rs"
doctest = true

[dependencies]
pleco = { path = "../pleco", version = "*", features =["nightly"]}
pleco = { path = "../pleco", version = "0.5.0", features =["nightly"]}
chrono = "0.4.6"
rand = "0.6.5"
num_cpus = "1.10.0"
Expand Down

0 comments on commit 7122ae5

Please sign in to comment.