Skip to content

Commit 088ccf8

Browse files
committed
Bump to version 0.3.2
1 parent 7d813f3 commit 088ccf8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ Released YYYY-MM-DD.
2828

2929
--------------------------------------------------------------------------------
3030

31+
## 0.3.2
32+
33+
Released 2020-03-18.
34+
35+
### Changed
36+
37+
* Upgraded the `arbitrary` dependency re-export to version 0.4.1.
38+
39+
--------------------------------------------------------------------------------
40+
3141
## 0.3.1
3242

3343
Released 2020-02-27.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
66
name = "libfuzzer-sys"
77
readme = "./README.md"
88
repository = "https://github.com/rust-fuzz/libfuzzer"
9-
version = "0.3.1"
9+
version = "0.3.2"
1010

1111
[dependencies]
1212
arbitrary = "0.4.1"

0 commit comments

Comments
 (0)