mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix the sysinfo errors
This commit is contained in:
parent
9f9ad4cc05
commit
5e0268d40e
2 changed files with 7 additions and 6 deletions
|
@ -20,7 +20,7 @@ use rustls::server::{
|
|||
use rustls::RootCertStore;
|
||||
use rustls_pemfile::{certs, pkcs8_private_keys, rsa_private_keys};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use sysinfo::{RefreshKind, System, SystemExt};
|
||||
use sysinfo::{RefreshKind, System};
|
||||
use url::Url;
|
||||
|
||||
const POSSIBLE_ENV: [&str; 2] = ["development", "production"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue