diff --git a/Cargo.lock b/Cargo.lock index 4ab6c56..e3849df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1072,7 +1072,7 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libosu" version = "0.0.15" -source = "git+https://github.com/iptq/libosu?rev=ca87faef07b308288dad623dd115c903a7a81353#ca87faef07b308288dad623dd115c903a7a81353" +source = "git+https://github.com/iptq/libosu?rev=2623c1a4ae52c194bb3167a96f578f3585cdf88e#2623c1a4ae52c194bb3167a96f578f3585cdf88e" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index e4f4c03..6a974b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ structopt = "0.3.21" [dependencies.libosu] git = "https://github.com/iptq/libosu" -rev = "ca87faef07b308288dad623dd115c903a7a81353" +rev = "2623c1a4ae52c194bb3167a96f578f3585cdf88e"