Skip to content

Commit

Permalink
chore(deps): Bump shakmaty from 0.27.0 to 0.27.1
Browse files Browse the repository at this point in the history
Bumps [shakmaty](https://github.com/niklasf/shakmaty) from 0.27.0 to 0.27.1.
- [Changelog](https://github.com/niklasf/shakmaty/blob/master/CHANGELOG.md)
- [Commits](niklasf/shakmaty@v0.27.0...v0.27.1)

---
updated-dependencies:
- dependency-name: shakmaty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent cddb3c5 commit 1eb37a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rand_distr = "0.4.3"
rayon = "1.10.0"
shadow-rs = "0.29.0"
# Used for probing tablebases.
shakmaty = "0.27.0"
shakmaty = "0.27.1"
shakmaty-syzygy = "0.25.0"

[build-dependencies]
Expand All @@ -56,7 +56,7 @@ pretty_assertions = "1.1.0"
proptest = "1.5.0"
shadow-rs = "0.29.0"
# Used for testing and comparing against a reasonable baseline for correctness.
shakmaty = "0.27.0"
shakmaty = "0.27.1"

[[bench]]
harness = false
Expand Down

0 comments on commit 1eb37a5

Please sign in to comment.