deploy new pp version

This commit is contained in:
tsunyoku
2023-11-16 19:36:20 +00:00
parent cc222094b6
commit 618c33486d
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.4"
source = "git+https://github.com/osuAkatsuki/akatsuki-pp-rs?rev=764da0dbf42ed80441acf99d070aaedabaed4b75#764da0dbf42ed80441acf99d070aaedabaed4b75"
version = "0.9.5"
source = "git+https://github.com/osuAkatsuki/akatsuki-pp-rs?rev=96421f54f435bd5c6aa2d90730512e5672b14609#96421f54f435bd5c6aa2d90730512e5672b14609"
[[package]]
name = "akatsuki-pp-py"
version = "0.9.4"
version = "0.9.9"
dependencies = [
"akatsuki-pp",
"pyo3",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "akatsuki-pp-py"
version = "0.9.8"
version = "0.9.9"
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 = "764da0dbf42ed80441acf99d070aaedabaed4b75" }
akatsuki-pp = { git = "https://github.com/osuAkatsuki/akatsuki-pp-rs", rev = "96421f54f435bd5c6aa2d90730512e5672b14609" }
[profile.release]
lto = "fat"