Skip to content

Commit

Permalink
update pp crate (#3)
Browse files Browse the repository at this point in the history
* update pp crate

* update crate version

* update pyproject version
  • Loading branch information
tsunyoku authored May 12, 2024
1 parent 4b2f5f5 commit 63e3275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "akatsuki-pp-py"
version = "1.0.1"
version = "1.0.2"
description = "osu! difficulty and pp calculation for all modes"
authors = ["Max Ohn <[email protected]>", "tsunyoku <[email protected]>"]
license = "MIT"
Expand All @@ -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 = "5c97207f25cf9fd07252dca1ba68d785e2147ce1" }
akatsuki-pp = { git = "https://github.com/osuAkatsuki/akatsuki-pp-rs", rev = "d6b4cbb90d12e06fa7b9405d87b9922e08522775" }

[profile.release]
lto = "fat"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "akatsuki-pp-py"
version = "1.0.1"
version = "1.0.2"
requires-python = ">=3.7"
description = "osu! difficulty and pp calculation for all modes"
classifiers = [
Expand Down

0 comments on commit 63e3275

Please sign in to comment.