bump libosu

This commit is contained in:
Michael Zhang 2021-01-09 16:48:14 -06:00
parent dad5f77816
commit 850c4a8656
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -21,4 +21,4 @@ structopt = "0.3.21"
[dependencies.libosu]
git = "https://github.com/iptq/libosu"
rev = "ca87faef07b308288dad623dd115c903a7a81353"
rev = "2623c1a4ae52c194bb3167a96f578f3585cdf88e"