update heed to latest version

This commit is contained in:
Tamo
2024-05-16 16:10:55 +02:00
parent 7e251b43d4
commit c9ac7f2e7e
13 changed files with 43 additions and 42 deletions

View File

@ -423,7 +423,6 @@ impl ErrorCode for HeedError {
HeedError::Mdb(_)
| HeedError::Encoding(_)
| HeedError::Decoding(_)
| HeedError::InvalidDatabaseTyping
| HeedError::DatabaseClosing
| HeedError::BadOpenOptions { .. } => Code::Internal,
}