Skip to content

Commit dc7c0ae

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

-2
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)