Skip to content

Commit

Permalink
update shakmaty-syzygy (follow regular_file_size change)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 17, 2024
1 parent eae3fbb commit 4c3f3ad
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
68 changes: 34 additions & 34 deletions 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 src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ impl Filesystem for HotPrefixFilesystem {
let meta = path.metadata()?;
if !meta.is_file() {
return Err(io::Error::new(
io::ErrorKind::InvalidData,
io::ErrorKind::InvalidInput,
"not a regular file",
));
}
Expand Down

0 comments on commit 4c3f3ad

Please sign in to comment.