Update to latest milli and deserr

This commit is contained in:
Loïc Lecrenier 2023-01-17 13:10:38 +01:00
parent b781f9a0f9
commit c71a8ea183
4 changed files with 21 additions and 35 deletions

View file

@ -8,10 +8,11 @@ pub mod settings;
pub mod star_or;
pub mod tasks;
pub mod versioning;
pub use milli;
pub use milli::{heed, Index};
pub use serde_cs;
use uuid::Uuid;
pub use versioning::VERSION_FILE_NAME;
pub use {milli, serde_cs};
pub type Document = serde_json::Map<String, serde_json::Value>;
pub type InstanceUid = Uuid;