-
Breaking
- Renamed the
GameMode
variants toOsu
,Taiko
,Catch
, andMania
- Replaced the
chrono
dependency withtime
. All fields of typechrono::DateTime<chrono::offset::Utc>
are now of typetime::OffsetDateTime
- Removed the
cache
feature and all types & methods that came with it. - Renamed the struct
APIError
toApiError
- The given api key must now implement
Into<Box<str>>
instead ofInto<String>
OsuBuilder
no longer implementsDefault
- Renamed the
-
Dependencies
- Bumped
prometheus
from 0.11 to 0.13 - Added
thiserror
- Bumped