Skip to content

Commit

Permalink
Bump ndarray from 0.15.6 to 0.16.0 in /cattus-engine
Browse files Browse the repository at this point in the history
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.15.6 to 0.16.0.
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](rust-ndarray/ndarray@0.15.6...0.16.0)

---
updated-dependencies:
- dependency-name: ndarray
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 242871e commit 82569bf
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
36 changes: 33 additions & 3 deletions cattus-engine/Cargo.lock

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

2 changes: 1 addition & 1 deletion cattus-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ petgraph = "0.6.*"
cached = "0.53.*"
clap = { version = "4.5.11", features = ["derive"] }
json = "0.12.*"
ndarray = "0.15.6"
ndarray = "0.16.0"
chess = "3.2.*"
once_cell = "1.19.*"
pleco = "0.5.*"
Expand Down

0 comments on commit 82569bf

Please sign in to comment.