update deps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-11-26 08:33:14 +01:00
parent 0a9877eff1
commit 8933c6d8c2
2 changed files with 27 additions and 59 deletions

View file

@ -101,10 +101,10 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.into_json()?;
info!("LoL numbers of champs: {}", champion.data.len());
let data_sources: [&'static (dyn DataSource + Sync + Send); 4] = [
&PBDataSource,
&CGGDataSource,
KBDataSource::new(),
let data_sources: [&'static (dyn DataSource + Sync + Send); 1] = [
//&PBDataSource,
//&CGGDataSource,
//KBDataSource::new(),
&MSDataSource,
];
data_sources.par_iter().for_each(|data_source| {