Skip to content

Commit

Permalink
fix: support breaking format change 20250107 for osu!.db
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed Jan 10, 2025
1 parent 22a4969 commit 48a7040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "osu-switcher"
version = "1.2.0"
version = "1.2.1"
description = "A tool for automatically switching osu! accounts between servers"
repository = "https://github.com/rushiiMachine/osu-switcher"
authors = ["rushiiMachine (https://github.com/rushiiMachine)"]
Expand All @@ -20,4 +20,5 @@ seahorse = "2.2.0"
whoami = "1.5.1"
rust-ini = "0.21.0"
powershell_script = "1.1.0"
osu-db = { version = "0.3.0", default-features = false }
#osu-db = { version = "0.3.0", default-features = false }
osu-db = { git = "https://github.com/rushiiMachine/osu-db", branch = "fix/breaking-change-20250107", default-features = false }

0 comments on commit 48a7040

Please sign in to comment.