bump milli to 0.6.0

This commit is contained in:
marin postma 2021-06-23 18:40:19 +02:00
parent 3175f09989
commit 74bb748a4e
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
3 changed files with 4 additions and 3 deletions

View file

@ -119,6 +119,7 @@ impl ErrorCode for MilliError<'_> {
UserError::PrimaryKeyCannotBeChanged => Code::PrimaryKeyAlreadyPresent,
UserError::PrimaryKeyCannotBeReset => Code::PrimaryKeyAlreadyPresent,
UserError::UnknownInternalDocumentId { .. } => Code::DocumentNotFound,
UserError::InvalidFacetsDistribution { .. } => Code::BadRequest,
}
}
}