Skip to content

Commit df2eb23

Browse files
authored
libfuzzer-sys is now 0.3
1 parent 088ccf8 commit df2eb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Then add a dependency on the `fuzzer-sys` crate and your own crate:
2929

3030
```toml
3131
[dependencies]
32-
libfuzzer-sys = "0.2.0"
32+
libfuzzer-sys = "0.3.0"
3333
your_crate = { path = "../path/to/your/crate" }
3434
```
3535

0 commit comments

Comments
 (0)