Skip to content

Commit 13b5cc7

Browse files
committed
read multiple block lengths at once
1 parent 1c19f17 commit 13b5cc7

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Cargo.lock

+7-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio = { version = "1", features = ["full"] }
1717
serde = { version = "1", features = ["derive"] }
1818
clap = { version = "4", features = ["derive"] }
1919
shakmaty = "0.27"
20-
shakmaty-syzygy = { version = "0.25", features = ["variant", "mmap"] }
20+
shakmaty-syzygy = { version = "0.25", git = "https://github.com/niklasf/shakmaty-syzygy", features = ["variant", "mmap"] }
2121
gaviota-sys = "0.1"
2222
arrayvec = { version = "0.7", features = ["serde"] }
2323
serde_with = "3"

0 commit comments

Comments
 (0)