mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Use the new arroy upgrade method to move from 0.4 to 0.5
This commit is contained in:
parent
3bc62f0549
commit
1d499ed9b2
6 changed files with 11 additions and 7 deletions
|
@ -83,6 +83,8 @@ pub use self::search::{
|
|||
};
|
||||
pub use self::update::ChannelCongestion;
|
||||
|
||||
pub use arroy;
|
||||
|
||||
pub type Result<T> = std::result::Result<T, error::Error>;
|
||||
|
||||
pub type Attribute = u32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue