updated rosu-pp

This commit is contained in:
Max
2023-01-28 18:54:24 +01:00
parent 488ad77840
commit 92cf2e9bfc
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -169,9 +169,9 @@ dependencies = [
[[package]]
name = "rosu-pp"
version = "0.9.1"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70c4f12b757391bb233619b0bb267e424bc7395dcbfa1f85212f16b734784a07"
checksum = "798ddfd34a73918c234251d8a4ba163a08041ca29d39910d5cd28826529eaab8"
[[package]]
name = "rosu-pp-py"
+1 -1
View File
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.18", features = ["extension-module", "macros"] }
rosu-pp = { version = "0.9.1" }
rosu-pp = { version = "0.9.3" }
[profile.release]
lto = "fat"