Merge branch 'master' into osu

This commit is contained in:
Natsu Kagami 2020-01-16 01:58:26 -05:00
commit ce09a76dc7
12 changed files with 434 additions and 686 deletions

View file

@ -1,6 +1,6 @@
use crate::models::{Mode, Mods};
use chrono::{DateTime, Utc};
use reqwest::{Client, RequestBuilder};
use reqwest::blocking::{Client, RequestBuilder};
trait ToQuery {
fn to_query(&self) -> Vec<(&'static str, String)>;