Skip to content

Commit d269569

Browse files
committed
Removing bindgen build dep - should move this to a helper, or just add instruction to run riddle.
1 parent 8168c6c commit d269569

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']
5353
# Only needed for Android, but cannot be target dependent
5454
# https://github.com/rust-lang/cargo/issues/4932
5555
cc = "1.0.97"
56-
# Same as above but for Windows
57-
windows-bindgen = "0.57"
5856

5957
[dev-dependencies]
6058
dylib-dep = { path = "crates/dylib-dep" }

0 commit comments

Comments
 (0)