File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,16 @@ Released YYYY-MM-DD.
28
28
29
29
--------------------------------------------------------------------------------
30
30
31
+ ## 0.3.0
32
+
33
+ Released 2019-01-22.
34
+
35
+ ### Changed
36
+
37
+ * Now works with and re-exports ` arbitrary ` versions 0.4.x.
38
+
39
+ --------------------------------------------------------------------------------
40
+
31
41
## 0.2.1
32
42
33
43
Released 2019-01-16.
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ license = "MIT/Apache-2.0/NCSA"
6
6
name = " libfuzzer-sys"
7
7
readme = " ./README.md"
8
8
repository = " https://github.com/rust-fuzz/libfuzzer"
9
- version = " 0.2.1 "
9
+ version = " 0.3.0 "
10
10
11
11
[dependencies ]
12
- arbitrary = " 0.3.2 "
12
+ arbitrary = " 0.4.0 "
13
13
14
14
[build-dependencies ]
15
15
cc = " 1.0"
You can’t perform that action at this time.
0 commit comments