Skip to content

Commit aedb662

Browse files
committed
Bump version to 0.3.4
1 parent 2a4e518 commit aedb662

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.4
32+
33+
Released 2020-08-22.
34+
35+
### Changed
36+
37+
* Updated `arbitrary` dependency to 0.4.6
38+
39+
--------------------------------------------------------------------------------
40+
3141
## 0.3.3
3242

3343
Released 2020-07-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.3"
9+
version = "0.3.4"
1010

1111
[dependencies]
1212
arbitrary = "0.4.6"

0 commit comments

Comments
 (0)