Skip to content

Commit ff648be

Browse files
authored
Merge pull request #57 from fitzgen/bump-to-0.3.0
Update `arbitrary` dependency and bump to version 0.3.0
2 parents d3ec5a0 + 77fc644 commit ff648be

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.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+
3141
## 0.2.1
3242

3343
Released 2019-01-16.

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.2.1"
9+
version = "0.3.0"
1010

1111
[dependencies]
12-
arbitrary = "0.3.2"
12+
arbitrary = "0.4.0"
1313

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

0 commit comments

Comments
 (0)