mirror of
https://github.com/Kudaes/ADPT
synced 2026-06-06 16:04:33 +00:00
Upgrade to dinvoke_rs version 0.2.2 to prevent stack overflow errors
This commit is contained in:
@@ -10,4 +10,4 @@ strip = true
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
dinvoke_rs= "=0.2.0"
|
||||
dinvoke_rs= "=0.2.2"
|
||||
@@ -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
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user