Upgrade to dinvoke_rs version 0.2.2 to prevent stack overflow errors

This commit is contained in:
Kudaes
2026-05-04 12:28:53 +02:00
parent da696de1d6
commit 5da7febaf9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ strip = true
crate-type = ["cdylib"]
[dependencies]
dinvoke_rs= "=0.2.0"
dinvoke_rs= "=0.2.2"
+1 -1
View File
@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dinvoke_rs = "0.1.6"
dinvoke_rs = "=0.2.2"
getopts = "0.2"
+1 -1
View File
@@ -13,7 +13,7 @@ lto = true
crate-type = ["cdylib"]
[dependencies]
dinvoke_rs= "=0.2.0"
dinvoke_rs= "=0.2.2"
lazy_static = "*"
litcrypt2 = "=0.1.2"