updated rosu-pp

This commit is contained in:
MaxOhn
2023-02-09 08:20:10 +01:00
parent 37471f18ec
commit 45e27f71e9
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.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "798ddfd34a73918c234251d8a4ba163a08041ca29d39910d5cd28826529eaab8"
checksum = "21a423903b205528da09d7db2f74facc3d5db3e67890e4c78e2c52bf77bcf00f"
[[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.3" }
rosu-pp = { version = "0.9.4" }
[profile.release]
lto = "fat"