chore: update akatsuki-pp-rs to ezpp implementation

This commit is contained in:
2026-06-26 13:51:23 +02:00
parent 698f160216
commit b5cd260c79
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1,11 +1,11 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "akatsuki-pp"
version = "1.0.1"
source = "git+https://github.com/osuAkatsuki/akatsuki-pp-rs?rev=b96019f50aa7d09bcbde60016481a69df04315e4#b96019f50aa7d09bcbde60016481a69df04315e4"
source = "git+https://git.ez-pp.farm/EZPPFarm/akatsuki-pp-rs?rev=da105ffb14e45fb2896e87c623471a0843838689#da105ffb14e45fb2896e87c623471a0843838689"
[[package]]
name = "akatsuki-pp-py"
+1 -1
View File
@@ -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 = "b96019f50aa7d09bcbde60016481a69df04315e4" }
akatsuki-pp = { git = "https://git.ez-pp.farm/EZPPFarm/akatsuki-pp-rs", rev = "da105ffb14e45fb2896e87c623471a0843838689" }
[profile.release]
lto = "fat"