diff --git a/Cargo.lock b/Cargo.lock index eb23e51..ae0659f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,8 +239,7 @@ dependencies = [ [[package]] name = "osu-db" version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81551da2a88af2d4e6e6776def19894f5b17620b3e5ef78bcc9ea57f278b6f03" +source = "git+https://github.com/rushiiMachine/osu-db?branch=fix/breaking-change-20250107#b5480df3f934f56d511989a095d4dca08059f576" dependencies = [ "chrono", "nom", @@ -248,7 +247,7 @@ dependencies = [ [[package]] name = "osu-switcher" -version = "1.2.0" +version = "1.2.1" dependencies = [ "mslnk", "osu-db", diff --git a/Cargo.toml b/Cargo.toml index 2544f43..eebc130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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)"] @@ -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 }