Skip to content

Commit

Permalink
update pp version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunyoku committed Apr 14, 2024
1 parent 068f538 commit 4b2f5f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0"
version = "1.0.1"
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 = "a8b4eaffb2274d2e86ff042b7327286e13b6488d" }
akatsuki-pp = { git = "https://github.com/osuAkatsuki/akatsuki-pp-rs", rev = "5c97207f25cf9fd07252dca1ba68d785e2147ce1" }

[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.0"
version = "1.0.1"
requires-python = ">=3.7"
description = "osu! difficulty and pp calculation for all modes"
classifiers = [
Expand Down

0 comments on commit 4b2f5f5

Please sign in to comment.