diff options
author | Andrzej Janik <[email protected]> | 2022-02-01 23:57:36 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2022-02-01 23:57:36 +0100 |
commit | 9923a36b76cd5d3d0c43dac6b2035c6f22b52bd9 (patch) | |
tree | 687f9effabc6e17336d26d535526ed6387188527 /zluda_dump | |
parent | 89bc40618bc2b410a03c71f5684b1c8004c65157 (diff) | |
download | ZLUDA-9923a36b76cd5d3d0c43dac6b2035c6f22b52bd9.tar.gz ZLUDA-9923a36b76cd5d3d0c43dac6b2035c6f22b52bd9.zip |
Redo DLL injection
Diffstat (limited to 'zluda_dump')
-rw-r--r-- | zluda_dump/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zluda_dump/Cargo.toml b/zluda_dump/Cargo.toml index 89381aa..79f7b76 100644 --- a/zluda_dump/Cargo.toml +++ b/zluda_dump/Cargo.toml @@ -12,8 +12,8 @@ crate-type = ["cdylib"] ptx = { path = "../ptx" }
lz4-sys = "1.9"
regex = "1.4"
-dynasm = "1.1"
-dynasmrt = "1.1"
+dynasm = "1.2"
+dynasmrt = "1.2"
lazy_static = "1.4"
# we don't need elf32, but goblin has a bug where elf64 does not build without elf32
goblin = { version = "0.4", default-features = false, features = ["elf64", "elf32", "archive"] }
|