Skip to content

Commit 104fca0

Browse files
authored
Merge pull request #64 from fitzgen/bump-to-0.3.4
Update `arbitrary` dependency to 0.4.6 and bump our version to 0.3.4
2 parents debb696 + aedb662 commit 104fca0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ 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]
12-
arbitrary = "0.4.1"
12+
arbitrary = "0.4.6"
1313

1414
[build-dependencies]
1515
cc = "1.0"

0 commit comments

Comments
 (0)