Update dependencies (#67)
Some checks are pending
Build and Test / Format check (push) Waiting to run
Build and Test / Lint (push) Waiting to run
Build and Test / Test (push) Waiting to run
Build and Test / Check dependency hash (push) Waiting to run
Build and Test / Build (push) Waiting to run

* 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:
t41y0u 2025-04-01 20:22:08 +07:00 committed by GitHub
parent e07949378c
commit 1ecbb5d0f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 997 additions and 494 deletions

View file

@ -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;