chore: upgrade akatsuki-pp

This commit is contained in:
tsunyoku
2023-03-24 21:10:34 +00:00
parent a51f2ed966
commit 7edcaeeb46
2 changed files with 5 additions and 5 deletions
Generated
+3 -3
View File
@@ -4,12 +4,12 @@ version = 3
[[package]]
name = "akatsuki-pp"
version = "0.9.3"
source = "git+https://github.com/osuAkatsuki/akatsuki-pp-rs#4140dc70840044d9d4313731ce04c5793098ed62"
version = "0.9.4"
source = "git+https://github.com/osuAkatsuki/akatsuki-pp-rs?rev=764da0dbf42ed80441acf99d070aaedabaed4b75#764da0dbf42ed80441acf99d070aaedabaed4b75"
[[package]]
name = "akatsuki-pp-py"
version = "0.9.3"
version = "0.9.4"
dependencies = [
"akatsuki-pp",
"pyo3",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "akatsuki-pp-py"
version = "0.9.3"
version = "0.9.4"
description = "osu! difficulty and pp calculation for all modes"
authors = ["Max Ohn <ohn.m@hotmail.de>", "tsunyoku <tsunyoku@gmail.com>"]
license = "MIT"
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.17", features = ["extension-module", "macros"] }
akatsuki-pp = { git = "https://github.com/osuAkatsuki/akatsuki-pp-rs", rev = "61cb1564b4fdbffb21748b35f58805327dc4aac4" }
akatsuki-pp = { git = "https://github.com/osuAkatsuki/akatsuki-pp-rs", rev = "764da0dbf42ed80441acf99d070aaedabaed4b75" }
[profile.release]
lto = "fat"