bump libosu
This commit is contained in:
parent
dad5f77816
commit
850c4a8656
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1072,7 +1072,7 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libosu"
|
name = "libosu"
|
||||||
version = "0.0.15"
|
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 = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
|
|
@ -21,4 +21,4 @@ structopt = "0.3.21"
|
||||||
|
|
||||||
[dependencies.libosu]
|
[dependencies.libosu]
|
||||||
git = "https://github.com/iptq/libosu"
|
git = "https://github.com/iptq/libosu"
|
||||||
rev = "ca87faef07b308288dad623dd115c903a7a81353"
|
rev = "2623c1a4ae52c194bb3167a96f578f3585cdf88e"
|
||||||
|
|
Loading…
Add table
Reference in a new issue