Skip to content

Commit 4dd6e17

Browse files
committed
Make fuzzing library just a cdylib/staticlib
There's no reason for it to be an rlib.
1 parent 64c9916 commit 4dd6e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ opt-level = 1
4646
[lib]
4747
name = "lightning_fuzz"
4848
path = "src/lib.rs"
49-
crate-type = ["rlib", "dylib", "staticlib"]
49+
crate-type = ["cdylib", "staticlib"]

0 commit comments

Comments
 (0)