Skip to content

Commit

Permalink
fix: use the latest published libudis86
Browse files Browse the repository at this point in the history
  • Loading branch information
darfink committed Aug 25, 2019
1 parent c41834b commit e2c8866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ name = "messageboxw_detour"
crate-type = ["cdylib"]

[target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies]
udis = { git = "https://github.com/darfink/libudis86-sys", package = "libudis86-sys", version = "0.2.0" }
udis = { package = "libudis86-sys", version = "0.2.1" }

[target."cfg(windows)".dev-dependencies]
winapi = { version = "0.3.7", features = ["minwindef", "windef", "winnt"] }
Expand Down

0 comments on commit e2c8866

Please sign in to comment.