From a8cd1bc89d709e63038e230e624bcf681daafca8 Mon Sep 17 00:00:00 2001 From: tsunyoku Date: Fri, 31 May 2024 23:07:09 +0100 Subject: [PATCH] bump akatsuki-pp --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a69fdd9..c26012f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index d361545..1c47f0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "tsunyoku "] 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" diff --git a/pyproject.toml b/pyproject.toml index b65aae1..7f35e04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [