mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Update dependencies (#67)
Some checks are pending
Some checks are pending
* Update rust version and dependencies * Update nix Rust dependencies hash outputs * Update nixpkgs and friends --------- Co-authored-by: Natsu Kagami <nki@nkagami.me>
This commit is contained in:
parent
e07949378c
commit
1ecbb5d0f5
6 changed files with 997 additions and 494 deletions
|
@ -113,7 +113,7 @@ impl From<rosu::score::Score> for Score {
|
|||
fn from(s: rosu::score::Score) -> Self {
|
||||
let legacy_stats = s.statistics.as_legacy(s.mode);
|
||||
let score = if s.set_on_lazer {
|
||||
s.score
|
||||
s.score as u64
|
||||
} else {
|
||||
s.classic_score
|
||||
} as u64;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue