bump akatsuki-pp

This commit is contained in:
tsunyoku
2024-05-31 23:07:09 +01:00
parent e5bd157c62
commit a8cd1bc89d
3 changed files with 6 additions and 6 deletions
Generated
+3 -3
View File
@@ -4,12 +4,12 @@ version = 3
[[package]]
name = "akatsuki-pp"
version = "0.9.9"
source = "git+https://github.com/osuAkatsuki/akatsuki-pp-rs?rev=55cc1f2729988614c0760907e726a8bbae2a8bce#55cc1f2729988614c0760907e726a8bbae2a8bce"
version = "1.0.0"
source = "git+https://github.com/osuAkatsuki/akatsuki-pp-rs?rev=d61c4b65657e971dc7239411f9ddc88daba51b88#d61c4b65657e971dc7239411f9ddc88daba51b88"
[[package]]
name = "akatsuki-pp-py"
version = "1.0.3"
version = "1.0.4"
dependencies = [
"akatsuki-pp",
"pyo3",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "akatsuki-pp-py"
version = "1.0.3"
version = "1.0.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 = "55cc1f2729988614c0760907e726a8bbae2a8bce" }
akatsuki-pp = { git = "https://github.com/osuAkatsuki/akatsuki-pp-rs", rev = "d61c4b65657e971dc7239411f9ddc88daba51b88" }
[profile.release]
lto = "fat"
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "akatsuki-pp-py"
version = "1.0.3"
version = "1.0.4"
requires-python = ">=3.7"
description = "osu! difficulty and pp calculation for all modes"
classifiers = [